hw/misc: Add the STM32F4xx Sysconfig device
[qemu/ar7.git] / include / hw / empty_slot.h
blobcb9a221aa622a62e9cb33222b3d9bcfb0ac832f0
1 #ifndef HW_EMPTY_SLOT_H
2 #define HW_EMPTY_SLOT_H
4 #include "exec/hwaddr.h"
6 /* empty_slot.c */
7 void empty_slot_init(hwaddr addr, uint64_t slot_size);
9 #endif