Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 624f54be206adf970cd8eece16446b027913e533 authored by Linus Torvalds on 29 November 2005, 03:51:27 UTC
Linux v2.6.15-rc3
Tip revision: 624f54b
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