aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/page_32.h
blob: c27b41fd0254a1372012f175062f200f0844263e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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 */