summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/mpc105.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/mpc105.h')
-rw-r--r--src/devices/bus/lpci/mpc105.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/bus/lpci/mpc105.h b/src/devices/bus/lpci/mpc105.h
index abd71070b57..3b3a726c4b1 100644
--- a/src/devices/bus/lpci/mpc105.h
+++ b/src/devices/bus/lpci/mpc105.h
@@ -8,8 +8,10 @@
***************************************************************************/
-#ifndef MPC105_H
-#define MPC105_H
+#ifndef MAME_BUS_LPCI_MPC105_H
+#define MAME_BUS_LPCI_MPC105_H
+
+#pragma once
#include "pci.h"
@@ -55,6 +57,6 @@ private:
// device type definition
-extern const device_type MPC105;
+DECLARE_DEVICE_TYPE(MPC105, mpc105_device)
-#endif /* MPC105_H */
+#endif // MAME_BUS_LPCI_MPC105_H