7 lines
111 B
C
7 lines
111 B
C
|
#ifndef _ASM_KASLR_H_
|
||
|
#define _ASM_KASLR_H_
|
||
|
|
||
|
unsigned long kaslr_get_random_long(const char *purpose);
|
||
|
|
||
|
#endif
|