Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git] / drivers / staging / comedi / drivers / addi_watchdog.h
blob83b47befa4d17e6ec2022f545dc9a4cbcc06a9ff
1 #ifndef _ADDI_WATCHDOG_H
2 #define _ADDI_WATCHDOG_H
4 #include "../comedidev.h"
6 void addi_watchdog_reset(unsigned long iobase);
7 int addi_watchdog_init(struct comedi_subdevice *, unsigned long iobase);
9 #endif