mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
17 lines
605 B
C
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
|