mirror of https://gitee.com/openkylin/linux.git
17 lines
311 B
C
17 lines
311 B
C
|
/*
|
|||
|
* arch/arm/ach-prima2/include/mach/vmalloc.h
|
|||
|
*
|
|||
|
* Copyright (c) 2010 – 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
|
|||
|
*
|
|||
|
* Licensed under GPLv2 or later.
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef __MACH_VMALLOC_H
|
|||
|
#define __MACH_VMALLOC_H
|
|||
|
|
|||
|
#include <linux/const.h>
|
|||
|
|
|||
|
#define VMALLOC_END _AC(0xFEC00000, UL)
|
|||
|
|
|||
|
#endif
|