namei.h 630 B

1234567891011121314151617181920212223
  1. /*
  2. * linux/include/asm-ppc/namei.h
  3. * Adapted from linux/include/asm-alpha/namei.h
  4. *
  5. * Included from linux/fs/namei.c
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License
  9. * as published by the Free Software Foundation; either version
  10. * 2 of the License, or (at your option) any later version.
  11. */
  12. #ifndef __PPC64_NAMEI_H
  13. #define __PPC64_NAMEI_H
  14. /* This dummy routine maybe changed to something useful
  15. * for /usr/gnemul/ emulation stuff.
  16. * Look at asm-sparc/namei.h for details.
  17. */
  18. #define __emul_prefix() NULL
  19. #endif /* __PPC64_NAMEI_H */