diff options
Diffstat (limited to 'include/asm-m68k/namei.h')
-rw-r--r-- | include/asm-m68k/namei.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/asm-m68k/namei.h b/include/asm-m68k/namei.h new file mode 100644 index 0000000..f33f243 --- /dev/null +++ b/include/asm-m68k/namei.h @@ -0,0 +1,17 @@ +/* + * linux/include/asm-m68k/namei.h + * + * Included from linux/fs/namei.c + */ + +#ifndef __M68K_NAMEI_H +#define __M68K_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 |