android_kernel_samsung_a7y1.../include/linux/sh_timer.h
prashantpaddune 3bca37f224 A750FXXU4CTBC
2020-03-27 21:51:54 +05:30

9 lines
133 B
C

#ifndef __SH_TIMER_H__
#define __SH_TIMER_H__
struct sh_timer_config {
unsigned int channels_mask;
};
#endif /* __SH_TIMER_H__ */