summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82439tx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82439tx.h')
-rw-r--r--src/devices/machine/i82439tx.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/machine/i82439tx.h b/src/devices/machine/i82439tx.h
index 3a6068ce3f2..77245d80048 100644
--- a/src/devices/machine/i82439tx.h
+++ b/src/devices/machine/i82439tx.h
@@ -2,8 +2,10 @@
// copyright-holders:Olivier Galibert
// Intel i82439hx northbridge (440hx)
-#ifndef I82439TX_H
-#define I82439TX_H
+#ifndef MAME_MACHINE_I82439TX_H
+#define MAME_MACHINE_I82439TX_H
+
+#pragma once
#include "pci.h"
@@ -67,6 +69,6 @@ private:
uint8_t drt, drat, smram, errcmd, errsts, errsyn;
};
-extern const device_type I82439TX_NEW;
+DECLARE_DEVICE_TYPE(I82439TX_NEW, i82439tx_host_device)
-#endif
+#endif // MAME_MACHINE_I82439TX_H