summaryrefslogtreecommitdiff
path: root/timer.h
blob: 8e869c875eda98ee3a2a40a2975e2901c1dfa484 (plain)
1
2
3
4
5
6
7
8
9
#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);

#endif /* TIMER_H */
value='15'>15space:mode:
authorArnd Bergmann <arnd@arndb.de>2016-05-10 22:16:51 +0200
committerArnd Bergmann <arnd@arndb.de>2016-05-10 22:16:51 +0200
commit0378fe89d847131a95984ce3704795a64c0dc8f2 (patch)
tree55141fee248e8fd17301e17c1a766bca0def33d3 /Documentation
parent3a005c1d59057ef290f44b560c362faf4d164ced (diff)
parentec6b925579b40225d58f0374ada0e40a003cde16 (diff)
Merge tag 'tegra-for-4.7-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt64
Merge "dt-bindings: gpio: tegra: Add Tegra186 support" from Thierry Reding: Adds device tree bindings for the GPIO and AON controllers found on the Tegra186 SoC. * tag 'tegra-for-4.7-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: ARM: tegra: Add DT binding for Tegra186 GPIO controllers ARM: tegra: Fix naming in GPIO DT binding header
Diffstat (limited to 'Documentation')