7 lines
147 B
C
7 lines
147 B
C
|
#ifndef __ASM_MACH_VMALLOC_H
|
||
|
#define __ASM_MACH_VMALLOC_H
|
||
|
|
||
|
#define VMALLOC_END (PAGE_OFFSET + 0x24000000)
|
||
|
|
||
|
#endif /* __ASM_MACH_VMALLOC_H */
|