aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-03-05 19:12:34 +0000
committerMyles Watson <mylesgw@gmail.com>2010-03-05 19:12:34 +0000
commit9493bfbda81391fe37c7671d81fb7261e9df0405 (patch)
tree4023261c4cde12d0b872abaad7f6f88bdec6f251 /util
parentb0259117f214a80d1ca945bd1fe05b6b3d9858a9 (diff)
Remove redundant run_bios prototype. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5192 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r--util/x86emu/x86.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/x86emu/x86.c b/util/x86emu/x86.c
index 0690b71681..2ce5b4534d 100644
--- a/util/x86emu/x86.c
+++ b/util/x86emu/x86.c
@@ -32,7 +32,6 @@ struct realmode_idt {
};
void x86_exception(struct eregs *info);
-void run_bios(struct device *dev, unsigned long addr);
extern unsigned char __idt_handler, __idt_handler_size;
extern unsigned char __realmode_code, __realmode_code_size;