aboutsummaryrefslogtreecommitdiff
path: root/util/x86emu/yabel/compat/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/compat/time.h')
-rw-r--r--util/x86emu/yabel/compat/time.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/util/x86emu/yabel/compat/time.h b/util/x86emu/yabel/compat/time.h
deleted file mode 100644
index 6f7099bd86..0000000000
--- a/util/x86emu/yabel/compat/time.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/****************************************************************************
- * 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 (c) 2008 Pattrick Hueper <phueper@hueper.net>
- ****************************************************************************/
-
-#ifndef _BIOSEMU_COMPAT_TIME_H
-#define _BIOSEMU_COMPAT_TIME_H
-
-/* TODO: check how this works in x86 */
-extern unsigned long tb_freq;
-u64 get_time(void);
-#endif