]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/realmode.h
Merge remote-tracking branch 'u-boot-ti/master'
[u-boot] / arch / x86 / include / asm / realmode.h
index 9177e4ec0d4cc609e2f5bac182f2cb85ac927b1c..0f12a893b441adb148954774165feeb8dd53033f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
+ * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
  *
  * See file CREDITS for list of people who contributed to this
  * project.
 #define __ASM_REALMODE_H_
 #include <asm/ptrace.h>
 
+extern ulong __realmode_start;
+extern ulong __realmode_size;
+extern char realmode_enter;
+
 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);