patch-2.2.18 linux/drivers/char/atari_MIDI.h
Next file: linux/drivers/char/atari_SCC.README
Previous file: linux/drivers/char/atari_MIDI.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Sat Oct 14 00:06:42 2000
- Orig file:
v2.2.17/drivers/char/atari_MIDI.h
- Orig date:
Thu Jan 1 01:00:00 1970
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/char/atari_MIDI.h linux/drivers/char/atari_MIDI.h
@@ -0,0 +1,32 @@
+/*
+ * atari_MIDI.h: Definitions for the MIDI serial port
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file COPYING in the main directory of this archive
+ * for more details.
+ *
+ */
+
+#ifndef _ATARI_MIDI_H
+#define _ATARI_MIDI_H
+
+int atari_MIDI_init( void );
+
+
+#ifdef _MIDI_HSK_LINES_
+
+#define MIDI_RTSon()
+#define MIDI_RTSoff()
+#define MIDI_DTRon()
+#define MIDI_DTRoff()
+
+else
+
+#define MIDI_RTSon
+#define MIDI_RTSoff
+#define MIDI_DTRon
+#define MIDI_DTRoff
+
+#endif
+
+#endif /* _ATARI_MIDI_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)