URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-sparc64/] [sections.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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) */
Go to most recent revision | Compare with Previous | Blame | View Log