44x.h 296 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * PowerPC 44x related functions
  4. *
  5. * Copyright 2007 David Gibson, IBM Corporation.
  6. */
  7. #ifndef _PPC_BOOT_44X_H_
  8. #define _PPC_BOOT_44X_H_
  9. void ebony_init(void *mac0, void *mac1);
  10. void bamboo_init(void *mac0, void *mac1);
  11. #endif /* _PPC_BOOT_44X_H_ */