Files
linux-apfs/include/asm-powerpc/pgalloc.h
T

13 lines
231 B
C
Raw Normal View History

#ifndef _ASM_POWERPC_PGALLOC_H
#define _ASM_POWERPC_PGALLOC_H
#ifdef __KERNEL__
#ifdef CONFIG_PPC64
#include <asm/pgalloc-64.h>
#else
#include <asm/pgalloc-32.h>
2005-11-07 11:06:55 +11:00
#endif
2005-04-16 15:20:36 -07:00
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_PGALLOC_H */