2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 07:34:06 +08:00
linux-next/arch/x86/include/asm/sections.h

15 lines
356 B
C
Raw Normal View History

2009-02-27 09:35:44 +08:00
#ifndef _ASM_X86_SECTIONS_H
#define _ASM_X86_SECTIONS_H
#include <asm-generic/sections.h>
#include <asm/uaccess.h>
2009-02-27 09:35:44 +08:00
extern char __brk_base[], __brk_limit[];
extern struct exception_table_entry __stop___ex_table[];
#if defined(CONFIG_X86_64) && defined(CONFIG_DEBUG_RODATA)
extern char __end_rodata_hpage_align[];
#endif
2009-02-27 09:35:44 +08:00
#endif /* _ASM_X86_SECTIONS_H */