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