URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [linux/] [uClibc/] [ldso/] [include/] [ldso.h] - Rev 1782
Compare with Previous | Blame | View Log
#include <features.h> /* Pull in compiler and arch stuff */ #include <stdlib.h> #include <stdarg.h> /* Pull in the arch specific type information */ #include <sys/types.h> /* Now the ldso specific headers */ #include <ld_elf.h> #include <ld_syscall.h> #include <ld_hash.h> #include <ld_string.h> /* Pull in the arch specific page size */ #include <asm/page.h>