Module Name:    src
Committed By:   pgoyette
Date:           Mon Aug 27 21:07:33 UTC 2012

Modified Files:
        src/sys/sys: envsys.h

Log Message:
Provide names for the values associated with INDICATOR sensors.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/sys/envsys.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/envsys.h
diff -u src/sys/sys/envsys.h:1.31 src/sys/sys/envsys.h:1.32
--- src/sys/sys/envsys.h:1.31	Sun Feb 28 20:04:04 2010
+++ src/sys/sys/envsys.h	Mon Aug 27 21:07:33 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: envsys.h,v 1.31 2010/02/28 20:04:04 pgoyette Exp $ */
+/* $NetBSD: envsys.h,v 1.32 2012/08/27 21:07:33 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 1999, 2007 The NetBSD Foundation, Inc.
@@ -105,6 +105,12 @@ enum envsys_battery_capacity_states {
 	ENVSYS_BATTERY_CAPACITY_LOW		/* low cap in battery */
 };
 
+/* sensor indicator states */
+enum envsys_indicator_states {
+	ENVSYS_INDICATOR_FALSE		= 0,
+	ENVSYS_INDICATOR_TRUE		= 1
+};
+
 /*
  * IOCTLs
  */

Reply via email to