1 2 3 4 5 6
#ifndef _ASM_KASLR_H_ #define _ASM_KASLR_H_ unsigned long kaslr_get_random_long(const char *purpose); #endif