Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / net / ethernet / aquantia / atlantic / aq_ethtool.h
CommitLineData
75a6faf6 1/* SPDX-License-Identifier: GPL-2.0-only */
c5760d03
DV
2/*
3 * aQuantia Corporation Network Driver
4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
c5760d03
DV
5 */
6
7/* File aq_ethtool.h: Declaration of ethertool related functions. */
8
9#ifndef AQ_ETHTOOL_H
10#define AQ_ETHTOOL_H
11
12#include "aq_common.h"
13
14extern const struct ethtool_ops aq_ethtool_ops;
ea4b4d7f 15#define AQ_PRIV_FLAGS_MASK (AQ_HW_LOOPBACK_MASK)
c5760d03
DV
16
17#endif /* AQ_ETHTOOL_H */