2012-12-06 15:15:58 +04:00
|
|
|
#ifndef HW_EMPTY_SLOT_H
|
2016-06-29 16:29:06 +03:00
|
|
|
#define HW_EMPTY_SLOT_H
|
2012-12-06 15:15:58 +04:00
|
|
|
|
2019-08-12 08:23:31 +03:00
|
|
|
#include "exec/hwaddr.h"
|
|
|
|
|
2010-04-17 03:10:04 +04:00
|
|
|
/* empty_slot.c */
|
2012-10-23 14:30:10 +04:00
|
|
|
void empty_slot_init(hwaddr addr, uint64_t slot_size);
|
2012-12-06 15:15:58 +04:00
|
|
|
|
|
|
|
#endif
|