diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-14 12:24:03 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-14 12:24:03 +0200 |
| commit | edee197198987b06a24eeb12b6dcd65333ebbf39 (patch) | |
| tree | 3d772a08560bfe5b7d57f8c6e85952779f33c33c /ina260.c | |
| parent | bbdef98fc22cb9d6330d623942a8bf1404ea46e5 (diff) | |
Minor changes
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, \ |
