sections.h 324 B

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