namei.h 387 B

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