Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 907a42617970a159361f17ef9a63f04d276995ab authored by Linus Torvalds on 11 October 2005, 01:19:19 UTC
Linux v2.6.14-rc4
Tip revision: 907a426
namei.h
/*
 * asm/namei.h
 *
 * Included from linux/fs/namei.c
 */

#ifndef __ASM_NAMEI_H
#define __ASM_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

back to top