blob: a21a9906dcc9ed42d2b9ed0fcfbc8cc9b8e48b31 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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
21extern unsigned long __init ibm440sp_find_end_of_memory(void);
22
23#endif /* __ASSEMBLY__ */
24#endif /* __PPC_SYSLIB_IBM440SP_COMMON_H */
25#endif /* __KERNEL__ */