aboutsummaryrefslogtreecommitdiff
path: root/pk/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/elf.h')
-rw-r--r--pk/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/elf.h b/pk/elf.h
index cb55307..dfe6c63 100644
--- a/pk/elf.h
+++ b/pk/elf.h
@@ -22,6 +22,7 @@
#define AT_PAGESZ 6
#define AT_ENTRY 9
#define AT_SECURE 23
+#define AT_RANDOM 25
typedef struct {
uint8_t e_ident[16];