2957c9e61e
Never terribly functional or popular, plagued by hard to fix bugs the time to say goodbye has more than arrived. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
200 B
C
12 lines
200 B
C
#ifndef _ASM_NAMEI_H
|
|
#define _ASM_NAMEI_H
|
|
|
|
/*
|
|
* This dummy routine maybe changed to something useful
|
|
* for /usr/gnemul/ emulation stuff.
|
|
*/
|
|
|
|
#define __emul_prefix() NULL
|
|
|
|
#endif /* _ASM_NAMEI_H */
|