1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * aQuantia Corporation Network Driver
4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
7 /* File aq_ethtool.h: Declaration of ethertool related functions. */
12 #include "aq_common.h"
14 extern const struct ethtool_ops aq_ethtool_ops
;
15 #define AQ_PRIV_FLAGS_MASK (AQ_HW_LOOPBACK_MASK)
17 #endif /* AQ_ETHTOOL_H */