namei.h 251 B

1234567891011
  1. #ifndef _ASM_X86_NAMEI_H
  2. #define _ASM_X86_NAMEI_H
  3. /* This dummy routine maybe changed to something useful
  4. * for /usr/gnemul/ emulation stuff.
  5. * Look at asm-sparc/namei.h for details.
  6. */
  7. #define __emul_prefix() NULL
  8. #endif /* _ASM_X86_NAMEI_H */