https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1b99cb2c2dbc6f868c9611850168f4ed8eb37e7f authored by Jason Self on 23 March 2012, 20:55:35 UTC
Linux-libre 3.0.26-gnu1
Tip revision: 1b99cb2
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