namei.h 343 B

12345678910111213141516171819
  1. /*
  2. * linux/include/asm/namei.h
  3. *
  4. * Included from linux/fs/namei.c
  5. *
  6. * Changes made by Lineo Inc. May 2001
  7. */
  8. #ifndef __BFIN_NAMEI_H
  9. #define __BFIN_NAMEI_H
  10. /* This dummy routine maybe changed to something useful
  11. * for /usr/gnemul/ emulation stuff.
  12. * Look at asm-sparc/namei.h for details.
  13. */
  14. #define __emul_prefix() NULL
  15. #endif