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