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 */
|