1 /* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 */ 6 #ifndef _ASM_NAMEI_H 7 #define _ASM_NAMEI_H 8 9 /* 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 15 #define __emul_prefix() NULL 16 17 #endif /* _ASM_NAMEI_H */ 18