pgalloc.h 277 B

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