https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 92863f27f7c1812b80c8435711c92f7bb0cd95c9 authored by Jason Self on 26 April 2010, 14:43:39 UTC
Linux-libre 2.6.32.12-gnu1
Tip revision: 92863f2
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