sections.h 192 B

12345678910
  1. #ifndef __ASM_SH_SECTIONS_H
  2. #define __ASM_SH_SECTIONS_H
  3. #include <asm-generic/sections.h>
  4. extern long __machvec_start, __machvec_end;
  5. extern char _ebss[];
  6. #endif /* __ASM_SH_SECTIONS_H */