namei.h 251 字节
Newer Older
V
Vegard Nossum 已提交
1 2
#ifndef ASM_X86__NAMEI_H
#define ASM_X86__NAMEI_H
3 4 5 6 7 8 9 10

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

V
Vegard Nossum 已提交
11
#endif /* ASM_X86__NAMEI_H */