WIP FPC-III support
[linux/fpc-iii.git] / drivers / net / ethernet / aquantia / atlantic / aq_drvinfo.h
blob59113a20622a0c71615e87fac7625e516e7ad2cd
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Atlantic Network Driver
4 * Copyright (C) 2014-2019 aQuantia Corporation
5 * Copyright (C) 2019-2020 Marvell International Ltd.
6 */
8 /* File aq_drvinfo.h: Declaration of common code for firmware info in sys.*/
10 #ifndef AQ_DRVINFO_H
11 #define AQ_DRVINFO_H
13 struct net_device;
15 int aq_drvinfo_init(struct net_device *ndev);
17 #endif /* AQ_DRVINFO_H */