namei.h 333 B

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