namei.h 371 B

123456789101112131415161718192021
  1. #ifndef _ASM_M32R_NAMEI_H
  2. #define _ASM_M32R_NAMEI_H
  3. /* $Id$ */
  4. /* orig : i386 2.4.18 */
  5. /*
  6. * linux/include/asm-m32r/namei.h
  7. *
  8. * Included from linux/fs/namei.c
  9. */
  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 /* _ASM_M32R_NAMEI_H */