namei.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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 */