xref: /linux/arch/x86/include/asm/kaslr.h (revision d899a7d146a2ed8a7e6c2f61bcd232908bcbaabc)
1 #ifndef _ASM_KASLR_H_
2 #define _ASM_KASLR_H_
3 
4 unsigned long kaslr_get_random_long(const char *purpose);
5 
6 #endif
7