i2sbus.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | i2sbus.h (d6869352cb3c3cf3450637a52349e2e87c1354aa) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * i2sbus driver -- private definitions 3 * 4 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> | 2/* 3 * i2sbus driver -- private definitions 4 * 5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> |
5 * 6 * GPL v2, can be found in COPYING. | |
7 */ 8#ifndef __I2SBUS_H 9#define __I2SBUS_H 10#include <linux/interrupt.h> 11#include <linux/spinlock.h> 12#include <linux/mutex.h> 13#include <linux/completion.h> 14 --- 112 unchanged lines hidden --- | 6 */ 7#ifndef __I2SBUS_H 8#define __I2SBUS_H 9#include <linux/interrupt.h> 10#include <linux/spinlock.h> 11#include <linux/mutex.h> 12#include <linux/completion.h> 13 --- 112 unchanged lines hidden --- |