PCI: make no_pci_devices() use the pci_bus_type list
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-x86 / trampoline.h
blobb156b08d0131a895b4b3d3a7034be45650220e16
1 #ifndef __TRAMPOLINE_HEADER
2 #define __TRAMPOLINE_HEADER
4 #ifndef __ASSEMBLY__
6 /*
7 * Trampoline 80x86 program as an array.
8 */
9 extern const unsigned char trampoline_data [];
10 extern const unsigned char trampoline_end [];
11 extern unsigned char *trampoline_base;
13 extern unsigned long init_rsp;
14 extern unsigned long initial_code;
16 #define TRAMPOLINE_BASE 0x6000
17 extern unsigned long setup_trampoline(void);
19 #endif /* __ASSEMBLY__ */
21 #endif /* __TRAMPOLINE_HEADER */