mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
43316044d4
The WatchDog Timer Driver Core is a framework that contains the common code for all watchdog-driver's. It also introduces a watchdog device structure and the operations that go with it. This is the introduction of this framework. This part supports the minimal watchdog userspace API (or with other words: the functionality to use /dev/watchdog's open, release and write functionality as defined in the simplest watchdog API). Extra functionality will follow in the next set of patches. Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Wolfram Sang <w.sang@pengutronix.de>
18 lines
576 B
Plaintext
18 lines
576 B
Plaintext
00-INDEX
|
|
- this file.
|
|
hpwdt.txt
|
|
- information on the HP iLO2 NMI watchdog
|
|
pcwd-watchdog.txt
|
|
- documentation for Berkshire Products PC Watchdog ISA cards.
|
|
src/
|
|
- directory holding watchdog related example programs.
|
|
watchdog-api.txt
|
|
- description of the Linux Watchdog driver API.
|
|
watchdog-kernel-api.txt
|
|
- description of the Linux WatchDog Timer Driver Core kernel API.
|
|
watchdog-parameters.txt
|
|
- information on driver parameters (for drivers other than
|
|
the ones that have driver-specific files here)
|
|
wdt.txt
|
|
- description of the Watchdog Timer Interfaces for Linux.
|