diff options
Diffstat (limited to 'include/hw/empty_slot.h')
-rw-r--r-- | include/hw/empty_slot.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hw/empty_slot.h b/include/hw/empty_slot.h new file mode 100644 index 0000000000..6079602cdf --- /dev/null +++ b/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 |