namei.h 295 B

123456789101112131415161718
  1. /*
  2. * include/asm-frv/namei.h
  3. *
  4. * Included from linux/fs/namei.c
  5. */
  6. #ifndef __ASM_NAMEI_H
  7. #define __ASM_NAMEI_H
  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