blob: a6605a7524697414c99537544df2e76a77a54154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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 */
|