Kernel  |  2.6.39

下载     查看原文件
C++程序  |  14行  |  179 B
#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