Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9c8471d5
Commit
9c8471d5
authored
May 04, 2002
by
Wim Van Sebroeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] 2.5.13 - watchdog patches
Merge updates from the 2.4 kernel into watchdog.h .
parent
7cc17a89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
include/linux/watchdog.h
include/linux/watchdog.h
+3
-1
No files found.
include/linux/watchdog.h
View file @
9c8471d5
...
...
@@ -25,7 +25,8 @@ struct watchdog_info {
#define WDIOC_GETTEMP _IOR(WATCHDOG_IOCTL_BASE, 3, int)
#define WDIOC_SETOPTIONS _IOR(WATCHDOG_IOCTL_BASE, 4, int)
#define WDIOC_KEEPALIVE _IOR(WATCHDOG_IOCTL_BASE, 5, int)
#define WDIOC_SETTIMEOUT _IOW(WATCHDOG_IOCTL_BASE, 6, int)
#define WDIOC_SETTIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 6, int)
#define WDIOC_GETTIMEOUT _IOR(WATCHDOG_IOCTL_BASE, 7, int)
#define WDIOF_UNKNOWN -1
/* Unknown flag error */
#define WDIOS_UNKNOWN -1
/* Unknown status error */
...
...
@@ -37,6 +38,7 @@ struct watchdog_info {
#define WDIOF_POWERUNDER 0x0010
/* Power bad/power fault */
#define WDIOF_CARDRESET 0x0020
/* Card previously reset the CPU */
#define WDIOF_POWEROVER 0x0040
/* Power over voltage */
#define WDIOF_SETTIMEOUT 0x0080
/* Set timeout (in seconds) */
#define WDIOF_KEEPALIVEPING 0x8000
/* Keep alive ping reply */
#define WDIOS_DISABLECARD 0x0001
/* Turn off the watchdog timer */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment