ibm440sp_common.h 712 B

12345678910111213141516171819202122232425
  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. #ifndef __ASSEMBLY__
  19. extern unsigned long __init ibm440sp_find_end_of_memory(void);
  20. #endif /* __ASSEMBLY__ */
  21. #endif /* __PPC_SYSLIB_IBM440SP_COMMON_H */
  22. #endif /* __KERNEL__ */