14 lines
241 B
C
14 lines
241 B
C
|
/*
|
||
|
* linux/include/asm-sparc64/namei.h
|
||
|
*
|
||
|
* Routines to handle famous /usr/gnemul/s*.
|
||
|
* Included from linux/fs/namei.c
|
||
|
*/
|
||
|
|
||
|
#ifndef __SPARC64_NAMEI_H
|
||
|
#define __SPARC64_NAMEI_H
|
||
|
|
||
|
#define __emul_prefix() NULL
|
||
|
|
||
|
#endif /* __SPARC64_NAMEI_H */
|