1 /* linux/include/asm-ppc/namei.h 2 * Adapted from linux/include/asm-alpha/namei.h 3 * 4 * Included from linux/fs/namei.c 5 */ 6 7 #ifdef __KERNEL__ 8 #ifndef __PPC_NAMEI_H 9 #define __PPC_NAMEI_H 10 11 /* This dummy routine maybe changed to something useful 12 * for /usr/gnemul/ emulation stuff. 13 * Look at asm-sparc/namei.h for details. 14 */ 15 16 #define __emul_prefix() NULL 17 18 #endif /* __PPC_NAMEI_H */ 19 #endif /* __KERNEL__ */ 20