]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/ppc/syslib/ibm440sp_common.h
Linux-2.6.12-rc2
[mirror_ubuntu-focal-kernel.git] / arch / ppc / syslib / ibm440sp_common.h
1 /*
2 * arch/ppc/syslib/ibm440sp_common.h
3 *
4 * PPC440SP system library
5 *
6 * Matt Porter <mporter@kernel.crashing.org>
7 * Copyright 2004-2005 MontaVista Software, Inc.
8 *
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.
13 *
14 */
15 #ifdef __KERNEL__
16 #ifndef __PPC_SYSLIB_IBM440SP_COMMON_H
17 #define __PPC_SYSLIB_IBM440SP_COMMON_H
18
19 #ifndef __ASSEMBLY__
20
21 extern unsigned long __init ibm440sp_find_end_of_memory(void);
22
23 #endif /* __ASSEMBLY__ */
24 #endif /* __PPC_SYSLIB_IBM440SP_COMMON_H */
25 #endif /* __KERNEL__ */