namei.h 387 B

123456789101112131415161718192021
  1. /*
  2. * include/asm-s390/namei.h
  3. *
  4. * S390 version
  5. *
  6. * Derived from "include/asm-i386/namei.h"
  7. *
  8. * Included from linux/fs/namei.c
  9. */
  10. #ifndef __S390_NAMEI_H
  11. #define __S390_NAMEI_H
  12. /* This dummy routine maybe changed to something useful
  13. * for /usr/gnemul/ emulation stuff.
  14. * Look at asm-sparc/namei.h for details.
  15. */
  16. #define __emul_prefix() NULL
  17. #endif /* __S390_NAMEI_H */