summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdcore.h')
-rw-r--r--src/osd/osdcore.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/osd/osdcore.h b/src/osd/osdcore.h
index 314b17b43b3..039b19aedbf 100644
--- a/src/osd/osdcore.h
+++ b/src/osd/osdcore.h
@@ -885,6 +885,18 @@ file_error osd_get_full_path(char **dst, const char *path);
/***************************************************************************
+ MIDI I/O INTERFACES
+***************************************************************************/
+struct osd_midi_device;
+
+void osd_init_midi(void);
+void osd_shutdown_midi(void);
+void osd_list_midi_devices(void);
+osd_midi_device *osd_open_midi_input(const char *devname);
+osd_midi_device *osd_open_midi_output(const char *devname);
+void osd_close_midi_channel(osd_midi_device *dev);
+
+/***************************************************************************
UNCATEGORIZED INTERFACES
***************************************************************************/