pci: Allow PCI bus subtypes to support extended config space accesses
[qemu/ar7.git] / include / hw / empty_slot.h
blob123a9f89890b23892c5565b0010a3d2274b2bb4a
1 #ifndef HW_EMPTY_SLOT_H
2 #define HW_EMPTY_SLOT_H
4 /* empty_slot.c */
5 void empty_slot_init(hwaddr addr, uint64_t slot_size);
7 #endif