page_32.h 296 B

1234567891011121314151617181920212223
  1. #ifndef _I386_PAGE_H
  2. #define _I386_PAGE_H
  3. #ifdef __KERNEL__
  4. #ifndef __ASSEMBLY__
  5. /*
  6. * These are used to make use of C type-checking..
  7. */
  8. #endif /* !__ASSEMBLY__ */
  9. #ifndef __ASSEMBLY__
  10. struct vm_area_struct;
  11. #endif /* __ASSEMBLY__ */
  12. #endif /* __KERNEL__ */
  13. #endif /* _I386_PAGE_H */