2005-04-17 06:20:36 +08:00
|
|
|
/*
|
2008-08-05 23:14:15 +08:00
|
|
|
* arch/arm/mach-h720x/include/mach/vmalloc.h
|
2005-04-17 06:20:36 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ARCH_ARM_VMALLOC_H
|
|
|
|
#define __ARCH_ARM_VMALLOC_H
|
|
|
|
|
2010-11-17 17:08:49 +08:00
|
|
|
#define VMALLOC_END 0xd0000000UL
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#endif
|