mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
7 lines
131 B
C
7 lines
131 B
C
#ifndef KERNEL_PERSONALITY_H
|
|
#define KERNEL_PERSONALITY_H
|
|
|
|
#define ADDR_NO_RANDOMIZE_ 0x0040000
|
|
|
|
#endif /* KERNEL_PERSONALITY_H */
|