diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
commit | c9c06167e7933d93a6e396174c68abf242294abb (patch) | |
tree | d9a8bb30663e9a3405a1ef37ffb62bc14b9f019f /include/asm-parisc/namei.h | |
parent | f79e8cc3c34e4192a3e5ef4cc9c6542fdef703c0 (diff) |
Merge with Linux 2.4.0-test12.
Diffstat (limited to 'include/asm-parisc/namei.h')
-rw-r--r-- | include/asm-parisc/namei.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/asm-parisc/namei.h b/include/asm-parisc/namei.h new file mode 100644 index 000000000..2b8132d79 --- /dev/null +++ b/include/asm-parisc/namei.h @@ -0,0 +1,17 @@ +/* $Id: namei.h,v 1.1.1.1 1999/03/15 19:41:02 pjlahaie Exp $ + * linux/include/asm-parisc/namei.h + * + * Included from linux/fs/namei.c + */ + +#ifndef __PARISC_NAMEI_H +#define __PARISC_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 /* __PARISC_NAMEI_H */ |