MAINTAINERS: mark megasas as maintained
[qemu/ar7.git] / hw / ppc / e500.h
blob52726a2ec00f0a06e2c62e4e521c2dcd3e12760b
1 #ifndef PPCE500_H
2 #define PPCE500_H
4 #include "hw/boards.h"
6 typedef struct PPCE500Params {
7 int pci_first_slot;
8 int pci_nr_slots;
10 /* required -- must at least add toplevel board compatible */
11 void (*fixup_devtree)(struct PPCE500Params *params, void *fdt);
13 int mpic_version;
14 } PPCE500Params;
16 void ppce500_init(QEMUMachineInitArgs *args, PPCE500Params *params);
18 #endif