mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
Add an entry for the 'empty_slot' device. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com> Message-Id: <20200510152840.13558-7-f4bug@amsat.org>
This commit is contained in:
parent
c0e43084dd
commit
6007523a80
10 changed files with 35 additions and 18 deletions
19
include/hw/misc/empty_slot.h
Normal file
19
include/hw/misc/empty_slot.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* QEMU Empty Slot
|
||||
*
|
||||
* The empty_slot device emulates known to a bus but not connected devices.
|
||||
*
|
||||
* Copyright (c) 2010 Artyom Tarasenko
|
||||
*
|
||||
* This code is licensed under the GNU GPL v2 or (at your option) any later
|
||||
* version.
|
||||
*/
|
||||
|
||||
#ifndef HW_EMPTY_SLOT_H
|
||||
#define HW_EMPTY_SLOT_H
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
|
||||
void empty_slot_init(hwaddr addr, uint64_t slot_size);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue