diff options
Diffstat (limited to 'qemu/include/hw/empty_slot.h')
-rw-r--r-- | qemu/include/hw/empty_slot.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu/include/hw/empty_slot.h b/qemu/include/hw/empty_slot.h new file mode 100644 index 000000000..6079602cd --- /dev/null +++ b/qemu/include/hw/empty_slot.h @@ -0,0 +1,7 @@ +#ifndef HW_EMPTY_SLOT_H +#define HW_EMPTY_SLOT_H 1 + +/* empty_slot.c */ +void empty_slot_init(hwaddr addr, uint64_t slot_size); + +#endif |