From 317043010879767bc6a3bef6cbec0c5f300d1ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 19 Oct 2020 13:54:31 +0300 Subject: sys: update to 6.8 --- sys/sys/sensors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/sys/sensors.h') diff --git a/sys/sys/sensors.h b/sys/sys/sensors.h index 15725a6..e065d19 100644 --- a/sys/sys/sensors.h +++ b/sys/sys/sensors.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sensors.h,v 1.36 2018/12/10 13:35:54 landry Exp $ */ +/* $OpenBSD: sensors.h,v 1.37 2020/07/15 07:13:57 kettenis Exp $ */ /* * Copyright (c) 2003, 2004 Alexander Yurchenko @@ -53,6 +53,7 @@ enum sensor_type { SENSOR_PRESSURE, /* pressure (mPa) */ SENSOR_ACCEL, /* acceleration (u m/s^2) */ SENSOR_VELOCITY, /* velocity (u m/s) */ + SENSOR_ENERGY, /* energy (uJ) */ SENSOR_MAX_TYPES }; @@ -80,6 +81,7 @@ static const char * const sensor_type_s[SENSOR_MAX_TYPES + 1] = { "pressure", "acceleration", "velocity", + "energy", "undefined" }; #endif /* !_KERNEL */ -- cgit v1.2.3