jdl@freescale.com | a37c887 | 2005-09-07 15:27:09 -0500 | [diff] [blame] | 1 | #ifndef _ASM_POWERPC_NAMEI_H |
| 2 | #define _ASM_POWERPC_NAMEI_H |
| 3 | |
| 4 | #ifdef __KERNEL__ |
| 5 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * Adapted from include/asm-alpha/namei.h |
| 8 | * |
| 9 | * Included from fs/namei.c |
| 10 | */ |
| 11 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 17 | #define __emul_prefix() NULL |
| 18 | |
jdl@freescale.com | a37c887 | 2005-09-07 15:27:09 -0500 | [diff] [blame] | 19 | #endif /* __KERNEL__ */ |
| 20 | #endif /* _ASM_POWERPC_NAMEI_H */ |