summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/librm.h
diff options
context:
space:
mode:
authorDaniel Verkamp2008-08-15 19:56:11 +0200
committerMichael Brown2008-08-28 23:50:55 +0200
commit2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7 (patch)
tree1b4a17278c490ac4d510081a847afe86d0581afc /src/arch/i386/include/librm.h
parent[libc] Mark setjmp and longjmp as __cdecl (diff)
downloadipxe-2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7.tar.gz
ipxe-2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7.tar.xz
ipxe-2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7.zip
[librm] Make rm_sp and rm_ss globals again
Diffstat (limited to 'src/arch/i386/include/librm.h')
-rwxr-xr-x[-rw-r--r--]src/arch/i386/include/librm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/librm.h b/src/arch/i386/include/librm.h
index 413f0362..e9827de8 100644..100755
--- a/src/arch/i386/include/librm.h
+++ b/src/arch/i386/include/librm.h
@@ -60,6 +60,8 @@ extern char *text16;
( ( ( void * ) (pointer) ) - ( ( void * ) text16 ) ) )
/* Variables in librm.S, present in the normal data segment */
+extern uint16_t rm_sp;
+extern uint16_t rm_ss;
extern uint16_t __data16 ( rm_cs );
#define rm_cs __use_data16 ( rm_cs )
extern uint16_t __text16 ( rm_ds );