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