summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kaslr.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/kaslr.h')
-rw-r--r--arch/x86/include/asm/kaslr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kaslr.h b/arch/x86/include/asm/kaslr.h
new file mode 100644
index 000000000000..5547438db5ea
--- /dev/null
+++ b/arch/x86/include/asm/kaslr.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_KASLR_H_
+#define _ASM_KASLR_H_
+
+unsigned long kaslr_get_random_long(const char *purpose);
+
+#endif
OpenPOWER on IntegriCloud