|
|
| File: [Development] / linux-2.6-xfs-all / include / asm-x86 / trampoline.h (download)
Revision 1.1, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.26 Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd. |
#ifndef __TRAMPOLINE_HEADER #define __TRAMPOLINE_HEADER #ifndef __ASSEMBLY__ /* * Trampoline 80x86 program as an array. */ extern const unsigned char trampoline_data []; extern const unsigned char trampoline_end []; extern unsigned char *trampoline_base; extern unsigned long init_rsp; extern unsigned long initial_code; #define TRAMPOLINE_BASE 0x6000 extern unsigned long setup_trampoline(void); #endif /* __ASSEMBLY__ */ #endif /* __TRAMPOLINE_HEADER */