]>
Commit | Line | Data |
---|---|---|
cb9c377f | 1 | #ifndef HW_EMPTY_SLOT_H |
175de524 | 2 | #define HW_EMPTY_SLOT_H |
cb9c377f | 3 | |
ec150c7e MA |
4 | #include "exec/hwaddr.h" |
5 | ||
da9fcfa5 | 6 | /* empty_slot.c */ |
a8170e5e | 7 | void empty_slot_init(hwaddr addr, uint64_t slot_size); |
cb9c377f PB |
8 | |
9 | #endif |