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
This commit is contained in:
Myles Watson 2010-03-05 19:12:34 +00:00
parent b0259117f2
commit 9493bfbda8
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ struct realmode_idt {
}; };
void x86_exception(struct eregs *info); 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 __idt_handler, __idt_handler_size;
extern unsigned char __realmode_code, __realmode_code_size; extern unsigned char __realmode_code, __realmode_code_size;