aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-mips/asm/auxvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/asm-mips/asm/auxvec.h')
-rw-r--r--original/uapi/asm-mips/asm/auxvec.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/original/uapi/asm-mips/asm/auxvec.h b/original/uapi/asm-mips/asm/auxvec.h
index 41fa68b..c9c7195 100644
--- a/original/uapi/asm-mips/asm/auxvec.h
+++ b/original/uapi/asm-mips/asm/auxvec.h
@@ -1 +1,17 @@
-#include <asm-generic/auxvec.h>
+/*
+ * Copyright (C) 2015 Imagination Technologies
+ * Author: Alex Smith <alex.smith@imgtec.com>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ */
+
+#ifndef __ASM_AUXVEC_H
+#define __ASM_AUXVEC_H
+
+/* Location of VDSO image. */
+#define AT_SYSINFO_EHDR 33
+
+#endif /* __ASM_AUXVEC_H */