18 lines
375 B
C
18 lines
375 B
C
/* $Id: namei.h,v 1.1 2001/05/16 13:33:16 anonymous Exp $
|
|
* linux/include/asm-e2k/namei.h
|
|
*
|
|
* Included from linux/fs/namei.c
|
|
*/
|
|
|
|
#ifndef _E2K_NAMEI_H_
|
|
#define _E2K_NAMEI_H_
|
|
|
|
/* This dummy routine maybe changed to something useful
|
|
* for /usr/gnemul/ emulation stuff.
|
|
* Look at asm-sparc/namei.h for details.
|
|
*/
|
|
|
|
#define __emul_prefix() NULL
|
|
|
|
#endif /* _E2K_NAMEI_H_ */
|