blob: 415ef5d9550e5cac77de2fd7beb6493f197bea13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _ASM_X86_NAMEI_H
#define _ASM_X86_NAMEI_H
/* 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
#endif /* _ASM_X86_NAMEI_H */
|