pgalloc.h 316 B

12345678910111213141516171819
  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. extern void m68k_setup_node(int node);
  13. #endif /* M68K_PGALLOC_H */