Linux 4.19.133
[linux/fpc-iii.git] / drivers / net / ethernet / aquantia / atlantic / aq_ethtool.h
blob21c126eeb5eb54fe78812dc3a831c121eb6d1941
1 /*
2 * aQuantia Corporation Network Driver
3 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 */
10 /* File aq_ethtool.h: Declaration of ethertool related functions. */
12 #ifndef AQ_ETHTOOL_H
13 #define AQ_ETHTOOL_H
15 #include "aq_common.h"
17 extern const struct ethtool_ops aq_ethtool_ops;
19 #endif /* AQ_ETHTOOL_H */