empty_slot.h 133 B

1234567
  1. #ifndef HW_EMPTY_SLOT_H
  2. #define HW_EMPTY_SLOT_H 1
  3. /* empty_slot.c */
  4. void empty_slot_init(hwaddr addr, uint64_t slot_size);
  5. #endif