https://jxself.org/git/linux-libre.git
Raw File
Tip revision: aa95e7da9dfa2cbf38c2cc7936112aac7acbac2c authored by Jason Self on 19 May 2013, 17:06:01 UTC
Linux-libre 3.0.79-gnu1
Tip revision: aa95e7d
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