4 * The empty_slot device emulates known to a bus but not connected devices.
6 * Copyright (c) 2010 Artyom Tarasenko
8 * This code is licensed under the GNU GPL v2 or (at your option) any later
12 #ifndef HW_EMPTY_SLOT_H
13 #define HW_EMPTY_SLOT_H
15 #include "exec/hwaddr.h"
17 void empty_slot_init(const char *name
, hwaddr addr
, uint64_t slot_size
);