summaryrefslogtreecommitdiff
path: root/timer.h
blob: 68809a68d44227f44aa530d41c09dfc3470380d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TIMER_H
#define TIMER_H

#include <sys/time.h>

extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
				      unsigned long usec);

extern int get_user_hz(void);

#endif /* TIMER_H */
ied
authorJisheng Zhang <jszhang@marvell.com>2017-01-23 15:15:32 +0800
committerLinus Walleij <linus.walleij@linaro.org>2017-01-30 09:15:10 +0100
commite82d02580af45663fad6d3596e4344c606e81e10 (patch)
tree5a19fff63af270f77ab5ae79fdf2c806e4e4ebb2
parent566cf877a1fcb6d6dc0126b076aad062054c2637 (diff)
pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES
This should be a typo. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat