1#ifndef _ADDI_WATCHDOG_H 2#define _ADDI_WATCHDOG_H 3 4#include "../comedidev.h" 5 6void addi_watchdog_reset(unsigned long iobase); 7int addi_watchdog_init(struct comedi_subdevice *, unsigned long iobase); 8 9#endif 10
1#ifndef _ADDI_WATCHDOG_H 2#define _ADDI_WATCHDOG_H 3 4#include "../comedidev.h" 5 6void addi_watchdog_reset(unsigned long iobase); 7int addi_watchdog_init(struct comedi_subdevice *, unsigned long iobase); 8 9#endif 10