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 */
authorAkshay Bhat <akshay.bhat@timesys.com>2016-04-27 16:23:34 -0400
committerPhilipp Zabel <p.zabel@pengutronix.de>2016-05-30 09:14:00 +0200
commitee89686631174fa576e61400ac3580722edac120 (patch)
treefd08218fa6777f9e2421a922664a7ad0c17d7b64
parenta6d206e28abe468aac5bb589669c6beb855b1a66 (diff)
dt-bindings: imx: ldb: Add ddc-i2c-bus property
Document the ddc-i2c-bus property used by imx-ldb driver to read EDID information via I2C interface. Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat