aboutsummaryrefslogtreecommitdiff
path: root/include/hw/devices.h
blob: ebc45c87997945b7f211beb73c99f351de7a4df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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