mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
102 B
C
8 lines
102 B
C
![]() |
#ifndef __ASM_AUXVEC_H
|
||
|
#define __ASM_AUXVEC_H
|
||
|
|
||
|
/* VDSO location */
|
||
|
#define AT_SYSINFO_EHDR 33
|
||
|
|
||
|
#endif
|