https://github.com/torvalds/linux
Raw File
Tip revision: dbeeb816e805091e7cfc03baf36dc40b4adb2bbd authored by Linus Torvalds on 06 November 2007, 21:57:46 UTC
Linux 2.6.24-rc2
Tip revision: dbeeb81
namei.h
#ifndef _ASM_M32R_NAMEI_H
#define _ASM_M32R_NAMEI_H

/*
 * linux/include/asm-m32r/namei.h
 *
 * Included from linux/fs/namei.c
 */

/* 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 /* _ASM_M32R_NAMEI_H */
back to top