namei.h 392 B

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