mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
12 lines
226 B
C
12 lines
226 B
C
|
#ifndef __X8664_NAMEI_H
|
||
|
#define __X8664_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
|