ppce500.h 696 B

12345678910111213141516171819202122
  1. /*
  2. * QEMU PowerPC E500 emulation shared definitions
  3. *
  4. * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved.
  5. *
  6. * Author: Yu Liu, <yu.liu@freescale.com>
  7. *
  8. * This file is derived from hw/ppc440.h
  9. * the copyright for that material belongs to the original owners.
  10. *
  11. * This is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License as published by
  13. * the Free Software Foundation; either version 2 of the License, or
  14. * (at your option) any later version.
  15. */
  16. #if !defined(PPC_E500_H)
  17. #define PPC_E500_H
  18. PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers);
  19. #endif /* !defined(PPC_E500_H) */