NFS: Ensure that nfs_link() instantiates the dentry correctly
[linux-2.6/mini2440.git] / arch / ppc / syslib / ibm440sp_common.h
bloba21a9906dcc9ed42d2b9ed0fcfbc8cc9b8e48b31
1 /*
2 * arch/ppc/syslib/ibm440sp_common.h
4 * PPC440SP system library
6 * Matt Porter <mporter@kernel.crashing.org>
7 * Copyright 2004-2005 MontaVista Software, Inc.
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2 of the License, or (at your
12 * option) any later version.
15 #ifdef __KERNEL__
16 #ifndef __PPC_SYSLIB_IBM440SP_COMMON_H
17 #define __PPC_SYSLIB_IBM440SP_COMMON_H
19 #ifndef __ASSEMBLY__
21 extern unsigned long __init ibm440sp_find_end_of_memory(void);
23 #endif /* __ASSEMBLY__ */
24 #endif /* __PPC_SYSLIB_IBM440SP_COMMON_H */
25 #endif /* __KERNEL__ */