Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308989
b: refs/heads/master
c: e311c92
h: refs/heads/master
i:
  308987: e79f81b
v: v3
  • Loading branch information
Alexander Stein authored and Linus Torvalds committed May 29, 2012
1 parent 54c679b commit 5679808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84d56b38b9abd36565f74cbf68501cee6206761e
refs/heads/master: e311c9295912209dcf8e54de5401f8518112b7f8
3 changes: 3 additions & 0 deletions trunk/include/linux/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ struct rtc_pll_info {
#define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
#define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */

#define RTC_VL_READ _IOR('p', 0x13, int) /* Voltage low detector */
#define RTC_VL_CLR _IO('p', 0x14) /* Clear voltage low information */

/* interrupt flags */
#define RTC_IRQF 0x80 /* Any of the following is active */
#define RTC_PF 0x40 /* Periodic interrupt */
Expand Down

0 comments on commit 5679808

Please sign in to comment.