aboutsummaryrefslogtreecommitdiff
path: root/include/hw/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/devices.h')
-rw-r--r--include/hw/devices.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/hw/devices.h b/include/hw/devices.h
deleted file mode 100644
index ebc45c8799..0000000000
--- a/include/hw/devices.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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