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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/devices/machine/68340ser.h b/src/devices/machine/68340ser.h
new file mode 100644
index 00000000000..0fda812ff0a
--- /dev/null
+++ b/src/devices/machine/68340ser.h
@@ -0,0 +1,10 @@
+// license:BSD-3-Clause
+// copyright-holders:David Haywood
+
+#include "cpu/m68000/m68000.h"
+
+class m68340_serial
+{
+ public:
+ void reset(void);
+};