summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340tmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68340tmu.h')
-rw-r--r--src/devices/machine/68340tmu.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/devices/machine/68340tmu.h b/src/devices/machine/68340tmu.h
index a892e2792d8..911a079c520 100644
--- a/src/devices/machine/68340tmu.h
+++ b/src/devices/machine/68340tmu.h
@@ -1,10 +1,15 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
-#include "cpu/m68000/m68000.h"
+#ifndef MAME_MACHINE_68340TMU_H
+#define MAME_MACHINE_68340TMU_H
+
+#pragma once
class m68340_timer
{
- public:
- void reset(void);
+public:
+ void reset();
};
+
+#endif // MAME_MACHINE_68340TMU_H