123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef _SYS_AUXV_H
- #define _SYS_AUXV_H 1
- #include <elf.h>
- #include <sys/cdefs.h>
- #include <bits/hwcap.h>
- __BEGIN_DECLS
- extern unsigned long int getauxval (unsigned long int __type)
- __THROW;
- __END_DECLS
- #endif
|