1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* Copyright (C) 2014-2017 aQuantia Corporation. */
3 
4 /* File aq_drvinfo.h: Declaration of common code for firmware info in sys.*/
5 
6 #ifndef AQ_DRVINFO_H
7 #define AQ_DRVINFO_H
8 
9 #include "aq_nic.h"
10 #include "aq_hw.h"
11 #include "hw_atl/hw_atl_utils.h"
12 
13 int aq_drvinfo_init(struct net_device *ndev);
14 
15 #endif /* AQ_DRVINFO_H */
16