diff options
Diffstat (limited to 'hw/empty_slot.h')
-rw-r--r-- | hw/empty_slot.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/empty_slot.h b/hw/empty_slot.h index 78dc91de10..6079602cdf 100644 --- a/hw/empty_slot.h +++ b/hw/empty_slot.h @@ -1,2 +1,7 @@ +#ifndef HW_EMPTY_SLOT_H +#define HW_EMPTY_SLOT_H 1 + /* empty_slot.c */ -void empty_slot_init(target_phys_addr_t addr, uint64_t slot_size); +void empty_slot_init(hwaddr addr, uint64_t slot_size); + +#endif |