aboutsummaryrefslogtreecommitdiffstats
path: root/src/hinawa.h
blob: c6dd46a74d8ba671a29771fabea9880df7e655b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: LGPL-2.1-or-later
#ifndef __ALSA_HINAWA_H__
#define __ALSA_HINAWA_H__

#include <glib.h>
#include <glib-object.h>

#include <linux/firewire-cdev.h>
#include <linux/firewire-constants.h>
#include <sound/firewire.h>

#include <hinawa_sigs_marshal.h>

#include <hinawa_enum_types.h>
#include <hinawa_enums.h>

#include <cycle_time.h>

#include <fw_node.h>
#include <fw_resp.h>
#include <fw_req.h>
#include <fw_fcp.h>

#endif