swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: e478bec0ba0a83a48a0f6982934b6de079e7e6b3 authored by Linus Torvalds on 20 September 2006, 03:42:06 UTC
Linux v2.6.18. Arrr!
Tip revision: e478bec
namei.h
/*
 *  include/asm-s390/namei.h
 *
 *  S390 version
 *
 *  Derived from "include/asm-i386/namei.h"
 *
 *  Included from linux/fs/namei.c
 */

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