patch-2.4.0-test4 linux/include/linux/rtc.h
Next file: linux/include/linux/types.h
Previous file: linux/include/linux/poll.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 11 11:18:53 2000
- Orig file:
v2.4.0-test3/linux/include/linux/rtc.h
- Orig date:
Wed Apr 26 16:34:09 2000
diff -u --recursive --new-file v2.4.0-test3/linux/include/linux/rtc.h linux/include/linux/rtc.h
@@ -49,6 +49,8 @@
#define RTC_UIE_OFF _IO('p', 0x04) /* ... off */
#define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */
#define RTC_PIE_OFF _IO('p', 0x06) /* ... off */
+#define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */
+#define RTC_WIE_OFF _IO('p', 0x10) /* ... off */
#define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
#define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)