Statistics
| Branch: | Revision:

root / hw / empty_slot.h @ c3203fa5

History | View | Annotate | Download (133 Bytes)

1
#ifndef HW_EMPTY_SLOT_H
2
#define HW_EMPTY_SLOT_H 1
3

    
4
/* empty_slot.c */
5
void empty_slot_init(hwaddr addr, uint64_t slot_size);
6

    
7
#endif