switch-coreboot/util/x86emu/yabel/compat/time.h
Pattrick Hueper 4c7a76da2e YABEL: (trivial) add BSD license header to files missing a license header
Signed-off-by: Pattrick Hueper <phueper@hueper.net>
Acked-by: Pattrick Hueper <phueper@hueper.net>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@1102 f3766cd6-281f-0410-b1cd-43a5c92072e9
2009-01-07 09:14:03 +00:00

17 lines
605 B
C

/****************************************************************************
* YABEL BIOS Emulator
*
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http://www.opensource.org/licenses/bsd-license.php
*
* Copyright 2008 Pattrick Hueper <phueper@hueper.net>
****************************************************************************/
#ifndef _BIOSEMU_COMPAT_TIME_H
#define _BIOSEMU_COMPAT_TIME_H
/* TODO: check how this works in x86 */
static unsigned long tb_freq = 0;
#endif