Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c add VL flags
details: https://anonhg.NetBSD.org/src/rev/e6c3318ddc10
branches: trunk
changeset: 335527:e6c3318ddc10
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jan 11 18:56:54 2015 +0000
description:
add VL flags
diffstat:
sys/dev/i2c/pcf8563reg.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3eb44da2e383 -r e6c3318ddc10 sys/dev/i2c/pcf8563reg.h
--- a/sys/dev/i2c/pcf8563reg.h Sun Jan 11 18:05:36 2015 +0000
+++ b/sys/dev/i2c/pcf8563reg.h Sun Jan 11 18:56:54 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcf8563reg.h,v 1.1 2011/01/21 19:11:47 jakllsch Exp $ */
+/* $NetBSD: pcf8563reg.h,v 1.2 2015/01/11 18:56:54 jmcneill Exp $ */
/*
* Jonathan Kollasch, 2011
@@ -42,6 +42,7 @@
#define PCF8563_NREGS 0x10
#define PCF8563_M_SECOND 0x7f
+#define PCF8563_M_VL 0x80
#define PCF8563_M_MINUTE 0x7f
#define PCF8563_M_HOUR 0x3f
#define PCF8563_M_DAY 0x3f
Home |
Main Index |
Thread Index |
Old Index