mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00

Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190412165416.7977-10-philmd@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
11 lines
193 B
C
11 lines
193 B
C
#ifndef QEMU_DEVICES_H
|
|
#define QEMU_DEVICES_H
|
|
|
|
/* Devices that have nowhere better to go. */
|
|
|
|
#include "hw/hw.h"
|
|
|
|
/* smc91c111.c */
|
|
void smc91c111_init(NICInfo *, uint32_t, qemu_irq);
|
|
|
|
#endif
|