]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/s390/cio/chsc_sch.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / drivers / s390 / cio / chsc_sch.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
9d92a7e1
CH
2#ifndef _CHSC_SCH_H
3#define _CHSC_SCH_H
4
5struct chsc_request {
6 struct completion completion;
7 struct irb irb;
8};
9
10struct chsc_private {
11 struct chsc_request *request;
12};
13
14#endif