1 /* Broadcom NetXtreme-C/E network driver.
3 * Copyright (c) 2023 Broadcom Limited
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation.
13 #ifdef CONFIG_BNXT_HWMON
14 void bnxt_hwmon_notify_event(struct bnxt
*bp
);
15 void bnxt_hwmon_uninit(struct bnxt
*bp
);
16 void bnxt_hwmon_init(struct bnxt
*bp
);
18 static inline void bnxt_hwmon_notify_event(struct bnxt
*bp
)
22 static inline void bnxt_hwmon_uninit(struct bnxt
*bp
)
26 static inline void bnxt_hwmon_init(struct bnxt
*bp
)