| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 |  | 
 | 2 | #ifndef M68K_PGALLOC_H | 
 | 3 | #define M68K_PGALLOC_H | 
 | 4 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #include <linux/mm.h> | 
 | 6 | #include <linux/highmem.h> | 
 | 7 | #include <asm/setup.h> | 
 | 8 | #include <asm/virtconvert.h> | 
 | 9 |  | 
 | 10 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #ifdef CONFIG_SUN3 | 
 | 12 | #include <asm/sun3_pgalloc.h> | 
 | 13 | #else | 
 | 14 | #include <asm/motorola_pgalloc.h> | 
 | 15 | #endif | 
 | 16 |  | 
| Roman Zippel | 12d810c | 2007-05-31 00:40:54 -0700 | [diff] [blame] | 17 | extern void m68k_setup_node(int node); | 
 | 18 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | #endif /* M68K_PGALLOC_H */ |