Kernel  |  3.18

下载     查看原文件
C++程序  |  9行  |  133 B
#ifndef __SH_TIMER_H__
#define __SH_TIMER_H__

struct sh_timer_config {
	unsigned int channels_mask;
};

#endif /* __SH_TIMER_H__ */