summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/pgtable.h
blob: 57722a2fe2a0eab0e9cfe95f1f8d61aa48c74091 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef BOOT_COMPRESSED_PAGETABLE_H
#define BOOT_COMPRESSED_PAGETABLE_H

#define TRAMPOLINE_32BIT_SIZE		(2 * PAGE_SIZE)

#ifndef __ASSEMBLER__

extern unsigned long *trampoline_32bit;

#endif /* __ASSEMBLER__ */
#endif /* BOOT_COMPRESSED_PAGETABLE_H */