blob: ff5328b0bc8af9835d0275eee5c4dc81ebd7a3f4 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Cornelia Huck9d92a7e2008-07-14 09:59:05 +02002#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