sections.h 356 B

123456789101112131415
  1. #ifndef _ASM_X86_SECTIONS_H
  2. #define _ASM_X86_SECTIONS_H
  3. #include <asm-generic/sections.h>
  4. #include <asm/uaccess.h>
  5. extern char __brk_base[], __brk_limit[];
  6. extern struct exception_table_entry __stop___ex_table[];
  7. #if defined(CONFIG_X86_64) && defined(CONFIG_DEBUG_RODATA)
  8. extern char __end_rodata_hpage_align[];
  9. #endif
  10. #endif /* _ASM_X86_SECTIONS_H */