1/* SPDX-License-Identifier: LGPL-2.1+ */
2#include "rawmidi.h"
3#include "ump.h"
4#include "ump_msg.h"
5
6#ifndef DOC_HIDDEN
7struct _snd_ump {
8	snd_rawmidi_t *rawmidi;
9	unsigned int flags;
10	int is_input;
11};
12#endif /* DOC_HIDDEN */
13