namei.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.namei.h 1.5 05/17/01 18:14:25 cort
  3.  */
  4. /* linux/include/asm-ppc/namei.h
  5.  * Adapted from linux/include/asm-alpha/namei.h
  6.  *
  7.  * Included from linux/fs/namei.c
  8.  */
  9. #ifdef __KERNEL__
  10. #ifndef __PPC_NAMEI_H
  11. #define __PPC_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 /* __PPC_NAMEI_H */
  18. #endif /* __KERNEL__ */