summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i6300esb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i6300esb.h')
-rw-r--r--src/devices/machine/i6300esb.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/machine/i6300esb.h b/src/devices/machine/i6300esb.h
index 0472f8e75e3..86dc542a897 100644
--- a/src/devices/machine/i6300esb.h
+++ b/src/devices/machine/i6300esb.h
@@ -2,8 +2,8 @@
// copyright-holders:Olivier Galibert
// Intel i6300ESB southbridge
-#ifndef I6300ESB_H
-#define I6300ESB_H
+#ifndef MAME_MACHINE_I6300ESB_H
+#define MAME_MACHINE_I6300ESB_H
#include "pci.h"
#include "lpc-acpi.h"
@@ -155,7 +155,7 @@ private:
DECLARE_ADDRESS_MAP(map, 32);
};
-extern const device_type I6300ESB_LPC;
-extern const device_type I6300ESB_WATCHDOG;
+DECLARE_DEVICE_TYPE(I6300ESB_LPC, i6300esb_lpc_device)
+DECLARE_DEVICE_TYPE(I6300ESB_WATCHDOG, i6300esb_watchdog_device)
-#endif
+#endif // MAME_MACHINE_I6300ESB_H