home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-m68k / pgalloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  277 b   |  19 lines

  1.  
  2. #ifndef M68K_PGALLOC_H
  3. #define M68K_PGALLOC_H
  4.  
  5. #include <linux/mm.h>
  6. #include <linux/highmem.h>
  7. #include <asm/setup.h>
  8. #include <asm/virtconvert.h>
  9.  
  10.  
  11.  
  12. #ifdef CONFIG_SUN3
  13. #include <asm/sun3_pgalloc.h>
  14. #else
  15. #include <asm/motorola_pgalloc.h>
  16. #endif
  17.  
  18. #endif /* M68K_PGALLOC_H */
  19.