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 */
lected='selected'>unified
authorJaehoon Chung <jh80.chung@samsung.com>2016-11-21 16:10:32 +0900
committerKrzysztof Kozlowski <krzk@kernel.org>2016-11-23 19:17:11 +0200
commit79700041b37f0aca5da3ea27858ad6c42f99a474 (patch)
treed1f80fe14975f59c14e488d94eef569835d3c555
parent6753c0ad974fc86fef05e0e5022c190e3e498de2 (diff)
ARM: dts: exynos: Remove the cd-gpios property for eMMC of Odroid XU3/4
Odroid XU3/4 didn't need to use the cd-gpios for detecting card. Because host controller has the CDETECT register through SDx_CDN line. Host controller can know whether card is inserted or not with this register. When I have checked the Odroid XU3/4, they are using CDETECT register (not using exteranl cd-gpio). Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat