summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2part.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2part.h')
-rw-r--r--src/devices/cpu/alto2/a2part.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/devices/cpu/alto2/a2part.h b/src/devices/cpu/alto2/a2part.h
new file mode 100644
index 00000000000..0bc8583bbbc
--- /dev/null
+++ b/src/devices/cpu/alto2/a2part.h
@@ -0,0 +1,18 @@
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
+/*****************************************************************************
+ *
+ * Xerox AltoII parity task (PART)
+ *
+ *****************************************************************************/
+#ifdef ALTO2_DEFINE_CONSTANTS
+
+#else // ALTO2_DEFINE_CONSTANTS
+#ifndef _A2PART_H_
+#define _A2PART_H_
+void activate_part();
+void init_part(int task = task_part); //!< initialize the parity task
+void exit_part(); //!< deinitialize the parity task
+void reset_part(); //!< reset the parity task
+#endif // _A2PART_H_
+#endif // ALTO2_DEFINE_CONSTANTS