Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / staging / comedi / drivers / addi_watchdog.h
1 #ifndef _ADDI_WATCHDOG_H
2 #define _ADDI_WATCHDOG_H
3
4 struct comedi_subdevice;
5
6 void addi_watchdog_reset(unsigned long iobase);
7 int addi_watchdog_init(struct comedi_subdevice *s, unsigned long iobase);
8
9 #endif