1234567891011121314151617181920212223 |
- #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 */
|