diff options
Diffstat (limited to 'arch/ppc/syslib/ibm440sp_common.h')
-rw-r--r-- | arch/ppc/syslib/ibm440sp_common.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/ppc/syslib/ibm440sp_common.h b/arch/ppc/syslib/ibm440sp_common.h new file mode 100644 index 000000000000..a21a9906dcc9 --- /dev/null +++ b/arch/ppc/syslib/ibm440sp_common.h | |||
@@ -0,0 +1,25 @@ | |||
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__ */ | ||