aboutsummaryrefslogtreecommitdiff
path: root/include/hw/empty_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/empty_slot.h')
-rw-r--r--include/hw/empty_slot.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/hw/empty_slot.h b/include/hw/empty_slot.h
deleted file mode 100644
index cb9a221aa6..0000000000
--- a/include/hw/empty_slot.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef HW_EMPTY_SLOT_H
-#define HW_EMPTY_SLOT_H
-
-#include "exec/hwaddr.h"
-
-/* empty_slot.c */
-void empty_slot_init(hwaddr addr, uint64_t slot_size);
-
-#endif