Source
1
+
/* SPDX-License-Identifier: GPL-2.0 */
1
2
#ifndef SOUND_FIREWIRE_AMDTP_H_INCLUDED
2
3
#define SOUND_FIREWIRE_AMDTP_H_INCLUDED
3
4
4
5
#include <linux/err.h>
5
6
#include <linux/interrupt.h>
6
7
#include <linux/mutex.h>
7
8
#include <linux/sched.h>
8
9
#include <sound/asound.h>
9
10
#include "packets-buffer.h"
10
11