Revision 6185af1f4254a53563fe6d6af652f5775fc70e25 authored by Jaroslav Kysela on 06 March 2007, 13:10:08 UTC, committed by Jaroslav Kysela on 06 March 2007, 13:10:08 UTC
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
1 parent 2f24d15
Raw File
namei.h
/* $Id: namei.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $
 * linux/include/asm-cris/namei.h
 *
 * Included from linux/fs/namei.c
 */

#ifndef __CRIS_NAMEI_H
#define __CRIS_NAMEI_H

/* used to find file-system prefixes for doing emulations
 * see for example asm-sparc/namei.h
 * we don't use it...
 */

#define __emul_prefix() NULL

#endif /* __CRIS_NAMEI_H */
back to top