MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
[qemu/ar7.git] / include / hw / misc / empty_slot.h
blobdec56e56ae434214b7b743474312ab54c056f9ab
1 /*
2 * QEMU Empty Slot
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
9 * version.
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);
19 #endif