blob: 6e5de58c10cc302541230d0955ebbe5767b10a77 (
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 */
|