[BACK]Return to sections.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / include / asm-sparc64

File: [Development] / linux-2.4-xfs / include / asm-sparc64 / sections.h (download)

Revision 1.1, Thu Feb 5 22:57:48 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
CVS Tags: HEAD

Merge up to 2.4.25-rc1

/* References to section boundaries */

#ifndef __SPARC64_SECTIONS_H
#define __SPARC64_SECTIONS_H

extern char __init_begin[], __init_end[];

extern char _start[], _end[];

extern char etext[], edata[];

#endif /* !(__SPARC64_SECTIONS_H) */