diff options
Diffstat (limited to 'arch/s390/include/uapi/asm/auxvec.h')
-rw-r--r-- | arch/s390/include/uapi/asm/auxvec.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/auxvec.h b/arch/s390/include/uapi/asm/auxvec.h new file mode 100644 index 000000000000..a1f153e89133 --- /dev/null +++ b/arch/s390/include/uapi/asm/auxvec.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASMS390_AUXVEC_H | ||
2 | #define __ASMS390_AUXVEC_H | ||
3 | |||
4 | #define AT_SYSINFO_EHDR 33 | ||
5 | |||
6 | #endif | ||