Import 2.3.18pre1
[davej-history.git] / include / asm-ppc / namei.h
blob9e0268b03b9717d5b687279e33b16daa3276a693
1 /* $Id: namei.h,v 1.4 1998/10/28 08:13:33 jj Exp $
2 * linux/include/asm-ppc/namei.h
3 * Adapted from linux/include/asm-alpha/namei.h
5 * Included from linux/fs/namei.c
6 */
8 #ifndef __PPC_NAMEI_H
9 #define __PPC_NAMEI_H
11 /* This dummy routine maybe changed to something useful
12 * for /usr/gnemul/ emulation stuff.
13 * Look at asm-sparc/namei.h for details.
16 #define __prefix_lookup_dentry(name, lookup_flags) \
17 do {} while (0)
19 #endif /* __PPC_NAMEI_H */