summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kaslr.h
blob: 5547438db5ea0bb6d3ed5d60a00cb95d7170a2ec (plain)
1
2
3
4
5
6
#ifndef _ASM_KASLR_H_
#define _ASM_KASLR_H_

unsigned long kaslr_get_random_long(const char *purpose);

#endif