aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sh_mtu2.h
blob: a98876340ff41882ad4487c989467cb63945353f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __SH_MTU2_H__
#define __SH_MTU2_H__

struct sh_mtu2_config {
	char *name;
	int channel_offset;
	int timer_bit;
	char *clk;
	unsigned long clockevent_rating;
};

#endif /* __SH_MTU2_H__ */