xref: /openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.h (revision c95baf12f5077419db01313ab61c2aac007d40cd)
175a6faf6SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2c5760d03SDavid VomLehn /*
3c5760d03SDavid VomLehn  * aQuantia Corporation Network Driver
4c5760d03SDavid VomLehn  * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
5c5760d03SDavid VomLehn  */
6c5760d03SDavid VomLehn 
7c5760d03SDavid VomLehn /* File aq_ethtool.h: Declaration of ethertool related functions. */
8c5760d03SDavid VomLehn 
9c5760d03SDavid VomLehn #ifndef AQ_ETHTOOL_H
10c5760d03SDavid VomLehn #define AQ_ETHTOOL_H
11c5760d03SDavid VomLehn 
12c5760d03SDavid VomLehn #include "aq_common.h"
13c5760d03SDavid VomLehn 
14c5760d03SDavid VomLehn extern const struct ethtool_ops aq_ethtool_ops;
15*ea4b4d7fSIgor Russkikh #define AQ_PRIV_FLAGS_MASK   (AQ_HW_LOOPBACK_MASK)
16c5760d03SDavid VomLehn 
17c5760d03SDavid VomLehn #endif /* AQ_ETHTOOL_H */
18