int wdt_open (struct inode * inode, struct file * file);
The watchdog device has been opened. The watchdog device is single open and on opening we load the counters. Counter zero is a 100Hz cascade, into counter 1 which downcounts to reboot. When the counter triggers counter 2 downcounts the length of the reset pulse which set set to be as long as possible.