Merge branch 'exynos/pwm-clocksource' into late/multiplatform
[firefly-linux-kernel-4.4.55.git] / drivers / staging / comedi / drivers / addi_watchdog.h
1 #ifndef _ADDI_WATCHDOG_H
2 #define _ADDI_WATCHDOG_H
3
4 #include "../comedidev.h"
5
6 void addi_watchdog_reset(unsigned long iobase);
7 int addi_watchdog_init(struct comedi_subdevice *, unsigned long iobase);
8 void addi_watchdog_cleanup(struct comedi_subdevice *s);
9
10 #endif