mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
4c0131539f
Added support for hwmon api to fetch out chip temperature Signed-off-by: Yana Esina <yana.esina@aquantia.com> Signed-off-by: Nikita Danilov <nikita.danilov@aquantia.com> Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
16 lines
368 B
C
16 lines
368 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/* Copyright (C) 2014-2017 aQuantia Corporation. */
|
|
|
|
/* File aq_drvinfo.h: Declaration of common code for firmware info in sys.*/
|
|
|
|
#ifndef AQ_DRVINFO_H
|
|
#define AQ_DRVINFO_H
|
|
|
|
#include "aq_nic.h"
|
|
#include "aq_hw.h"
|
|
#include "hw_atl/hw_atl_utils.h"
|
|
|
|
int aq_drvinfo_init(struct net_device *ndev);
|
|
|
|
#endif /* AQ_DRVINFO_H */
|