TS-4900 Watchdog: Difference between revisions

From embeddedTS Manuals
(Created page with "The kernel provides an interface to the watchdog driver at /dev/watchdog. Refer to the kernel documentation for more information: * [https://github.com/embeddedarm/linux-3.10...")
 
m (Links auto-updated for 2022 re-branding ( https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/watchdog/src/watchdog-simple.c →‎ https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/watchdog/src/watchdog-simple.c https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/watchdog/watchdog-api.txt →‎ https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/watchdog/watchdog-api.txt))
Line 1: Line 1:
The kernel provides an interface to the watchdog driver at /dev/watchdog.  Refer to the kernel documentation for more information:
The kernel provides an interface to the watchdog driver at /dev/watchdog.  Refer to the kernel documentation for more information:
* [https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/watchdog/watchdog-api.txt watchdog-api.txt]
* [https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/watchdog/watchdog-api.txt watchdog-api.txt]
* [https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/watchdog/src/watchdog-simple.c watchdog-simple.c]
* [https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/watchdog/src/watchdog-simple.c watchdog-simple.c]

Revision as of 17:00, 17 January 2022

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