1 #ifndef _ASM_IA64_NAMEI_H
2 #define _ASM_IA64_NAMEI_H
3
4 /*
5 * Copyright (C) 1998, 1999 Hewlett-Packard Co
6 * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
7 */
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 #define __emul_prefix() NULL
15
16 #endif /* _ASM_IA64_NAMEI_H */
17
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.