diff options
Diffstat (limited to 'ina260.c')
| -rwxr-xr-x | ina260.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ static ssize_t _attr##_store(struct device *dev, struct device_attribute *attr, return count; \ } +/** + * @brief This macro is not available on old kernel especially the one + * used by Beaglebones Single Board Computers + */ #define HWMON_CHANNEL_INFO(stype, ...) \ (&(struct hwmon_channel_info) { \ .type = hwmon_##stype, \ |
