Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / devices / oprom / yabel / compat / time.h
1 /****************************************************************************
2  * YABEL BIOS Emulator
3  *
4  * This program and the accompanying materials
5  * are made available under the terms of the BSD License
6  * which accompanies this distribution, and is available at
7  * http://www.opensource.org/licenses/bsd-license.php
8  *
9  * Copyright (c) 2008 Pattrick Hueper <phueper@hueper.net>
10  ****************************************************************************/
11
12 #ifndef _BIOSEMU_COMPAT_TIME_H
13 #define _BIOSEMU_COMPAT_TIME_H
14
15 /* TODO: check how this works in x86 */
16 extern unsigned long tb_freq;
17 u64 get_time(void);
18 #endif