summaryrefslogtreecommitdiffstats
path: root/src/fan/fan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fan/fan.h')
-rw-r--r--src/fan/fan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fan/fan.h b/src/fan/fan.h
index 02c6c5c..c0c595b 100644
--- a/src/fan/fan.h
+++ b/src/fan/fan.h
@@ -22,6 +22,7 @@
#define LINUX_FAN_H_
#include <stdbool.h>
+#include "openlmi.h"
/** accessible features of fan
* each value represents a bit position in accessible_features vector in
@@ -38,6 +39,9 @@
#define CIM_FAN_AF_ALARM_MAX (1 << 8)
#define CIM_FAN_AF_FEATURE_MAX (1 << 8)
+const char *provider_name;
+const ConfigEntry *provider_config_defaults;
+
/**
* Descriptions of attributes are taken from:
* sysfs-interface documentation of hwmon