home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-sparc64 / sections.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  155 b   |  10 lines

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