Blame view

include/asm-powerpc/namei.h 387 Bytes
a37c8875a   jdl@freescale.com   [PATCH] powerpc: ...
1
2
3
4
  #ifndef _ASM_POWERPC_NAMEI_H
  #define _ASM_POWERPC_NAMEI_H
  
  #ifdef __KERNEL__
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5
  /*
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
7
8
9
   * Adapted from include/asm-alpha/namei.h
   *
   * Included from fs/namei.c
   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10
11
12
13
14
15
  /* This dummy routine maybe changed to something useful
   * for /usr/gnemul/ emulation stuff.
   * Look at asm-sparc/namei.h for details.
   */
  
  #define __emul_prefix() NULL
a37c8875a   jdl@freescale.com   [PATCH] powerpc: ...
16
17
  #endif	/* __KERNEL__ */
  #endif	/* _ASM_POWERPC_NAMEI_H */