sections.h 250 B

12345678910111213
  1. #ifndef __SPARC_SECTIONS_H
  2. #define __SPARC_SECTIONS_H
  3. /* nothing to see, move along */
  4. #include <asm-generic/sections.h>
  5. /* sparc entry point */
  6. extern char _start[];
  7. extern char __leon_1insn_patch[];
  8. extern char __leon_1insn_patch_end[];
  9. #endif