TS-7180 Watchdog: Difference between revisions

From embeddedTS Manuals
(Created page with "== Watchdog == {{:TS-7180 Watchdog}}")
 
No edit summary
Line 1: Line 1:
== Watchdog ==
The kernel provides an interface to the watchdog driver at /dev/watchdog.  Refer to the kernel documentation for more information:
{{:TS-7180 Watchdog}}
* [https://github.com/embeddedarm/linux-3.10.17-imx6/blob/imx_4.1.15_1.0.0_ga/Documentation/watchdog/watchdog-api.txt watchdog-api.txt]
* [https://github.com/embeddedarm/linux-3.10.17-imx6/blob/imx_4.1.15_1.0.0_ga/Documentation/watchdog/src/watchdog-simple.c watchdog-simple.c]

Revision as of 11:54, 6 March 2017

The kernel provides an interface to the watchdog driver at /dev/watchdog. Refer to the kernel documentation for more information: