https://jxself.org/git/linux-libre.git
Raw File
Tip revision: dc28d74185203e2ae5b53a4c911633c09f30441b authored by Jason Self on 22 July 2014, 08:53:29 UTC
Linux-libre 3.12.25-gnu
Tip revision: dc28d74
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