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