2005-06-21 01:51:05 +08:00
|
|
|
/*
|
2008-08-05 23:14:15 +08:00
|
|
|
* arch/arm/mach-aaec2000/include/mach/vmalloc.h
|
2005-06-21 01:51:05 +08:00
|
|
|
*
|
|
|
|
* Copyright (c) 2005 Nicolas Bellido Y Ortega
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_VMALLOC_H
|
|
|
|
#define __ASM_ARCH_VMALLOC_H
|
|
|
|
|
2010-11-17 17:08:49 +08:00
|
|
|
#define VMALLOC_END 0xd0000000UL
|
2005-06-21 01:51:05 +08:00
|
|
|
|
|
|
|
#endif /* __ASM_ARCH_VMALLOC_H */
|