Revision b8bba261e05bce1712231060f296001ddf8250ab authored by Linus Torvalds on 24 May 2006, 15:36:03 UTC, committed by Linus Torvalds on 24 May 2006, 15:36:03 UTC
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
  [PATCH] sky2: fix jumbo packet support
2 parent s 51c4032 + a1433ac
Raw File
namei.h
/*
 * linux/include/asm-v850/namei.h
 *
 * Included from linux/fs/namei.c
 */

#ifndef __V850_NAMEI_H__
#define __V850_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 /* __V850_NAMEI_H__ */
back to top