]> git.sur5r.net Git - u-boot/blobdiff - include/asm-i386/realmode.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / include / asm-i386 / realmode.h
index fcb76c336a6e91cba5d5b5078dd27565f6ca6da0..9177e4ec0d4cc609e2f5bac182f2cb85ac927b1c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * (C) Copyright 2002
  * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
- * 
+ *
  * See file CREDITS for list of people who contributed to this
  * project.
  *
@@ -27,5 +27,6 @@
 
 int bios_setup(void);
 int enter_realmode(u16 seg, u16 off, struct pt_regs *in, struct pt_regs *out);
+int enter_realmode_int(u8 lvl, struct pt_regs *in, struct pt_regs *out);
 
 #endif