2005-04-16 18:20:36 -04:00
|
|
|
#ifndef _ASM_NAMEI_H
|
|
|
|
#define _ASM_NAMEI_H
|
|
|
|
|
2008-07-15 13:44:30 -04:00
|
|
|
/*
|
|
|
|
* This dummy routine maybe changed to something useful
|
|
|
|
* for /usr/gnemul/ emulation stuff.
|
|
|
|
*/
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2008-07-15 13:44:30 -04:00
|
|
|
#define __emul_prefix() NULL
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
#endif /* _ASM_NAMEI_H */
|