namei.h 372 B

1234567891011121314151617
  1. /* $Id: namei.h,v 1.1 1996/12/13 14:48:21 jj Exp $
  2. * linux/include/asm-i386/namei.h
  3. *
  4. * Included from linux/fs/namei.c
  5. */
  6. #ifndef __I386_NAMEI_H
  7. #define __I386_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 /* __I386_NAMEI_H */