sections.h 177 B

12345678910
  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. #endif