mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
9 lines
213 B
C
9 lines
213 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
||
|
#ifndef _UAPI_PARISC_AUXVEC_H
|
||
|
#define _UAPI_PARISC_AUXVEC_H
|
||
|
|
||
|
/* The vDSO location. */
|
||
|
#define AT_SYSINFO_EHDR 33
|
||
|
|
||
|
#endif /* _UAPI_PARISC_AUXVEC_H */
|