-/* $OpenBSD: dev.h,v 1.44 2024/04/22 10:39:51 ratchov Exp $ */
+/* $OpenBSD: dev.h,v 1.45 2024/05/19 00:05:43 jsg Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
void dev_done(struct dev *);
int dev_ref(struct dev *);
void dev_unref(struct dev *);
-int dev_getpos(struct dev *);
unsigned int dev_roundof(struct dev *, unsigned int);
int dev_iscompat(struct dev *, struct dev *);
struct ctl *ctlslot_lookup(struct ctlslot *, int);
void ctlslot_update(struct ctlslot *);
-void dev_label(struct dev *, int);
void dev_ctlsync(struct dev *);
#endif /* !defined(DEV_H) */
-/* $OpenBSD: file.h,v 1.5 2016/01/08 16:17:31 ratchov Exp $ */
+/* $OpenBSD: file.h,v 1.6 2024/05/19 00:05:43 jsg Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
void filelist_init(void);
void filelist_done(void);
-void filelist_unlisten(void);
struct file *file_new(struct fileops *, void *, char *, unsigned int);
void file_del(struct file *);
-/* $OpenBSD: midi.c,v 1.30 2024/05/03 05:18:09 ratchov Exp $ */
+/* $OpenBSD: midi.c,v 1.31 2024/05/19 00:05:43 jsg Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
void port_omsg(void *, unsigned char *, int);
void port_fill(void *, int);
void port_exit(void *);
-void port_exitall(struct port *);
struct midiops port_midiops = {
port_imsg,
-/* $OpenBSD: siofile.h,v 1.5 2021/11/01 14:43:25 ratchov Exp $ */
+/* $OpenBSD: siofile.h,v 1.6 2024/05/19 00:05:43 jsg Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
int dev_sio_open(struct dev *);
void dev_sio_close(struct dev *);
-void dev_sio_log(struct dev *);
void dev_sio_start(struct dev *);
void dev_sio_stop(struct dev *);