https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6e9ffcb5c769f77654019c8b557d6240461c7d35 authored by Jason Self on 28 February 2013, 14:33:46 UTC
Linux-libre 3.0.67-gnu1
Tip revision: 6e9ffcb
chsc_sch.h
#ifndef _CHSC_SCH_H
#define _CHSC_SCH_H

struct chsc_request {
	struct completion completion;
	struct irb irb;
};

struct chsc_private {
	struct chsc_request *request;
};

#endif
back to top