namei.h 285 B

12345678910111213
  1. /* $Id: namei.h,v 1.16 2000/04/13 00:55:54 davem Exp $
  2. * linux/include/asm-sparc/namei.h
  3. *
  4. * Routines to handle famous /usr/gnemul/s*.
  5. * Included from linux/fs/namei.c
  6. */
  7. #ifndef __SPARC_NAMEI_H
  8. #define __SPARC_NAMEI_H
  9. #define __emul_prefix() NULL
  10. #endif /* __SPARC_NAMEI_H */