mirror of https://gitee.com/openkylin/linux.git
24 lines
296 B
C
24 lines
296 B
C
|
#ifndef _I386_PAGE_H
|
||
|
#define _I386_PAGE_H
|
||
|
|
||
|
#ifdef __KERNEL__
|
||
|
#ifndef __ASSEMBLY__
|
||
|
|
||
|
/*
|
||
|
* These are used to make use of C type-checking..
|
||
|
*/
|
||
|
|
||
|
#endif /* !__ASSEMBLY__ */
|
||
|
|
||
|
#ifndef __ASSEMBLY__
|
||
|
|
||
|
struct vm_area_struct;
|
||
|
|
||
|
#endif /* __ASSEMBLY__ */
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* __KERNEL__ */
|
||
|
|
||
|
#endif /* _I386_PAGE_H */
|