sections.h 155 B

123456789
  1. #ifndef _SPARC64_SECTIONS_H
  2. #define _SPARC64_SECTIONS_H
  3. /* nothing to see, move along */
  4. #include <asm-generic/sections.h>
  5. extern char _start[];
  6. #endif