]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/net/ethernet/aquantia/atlantic/aq_ethtool.h
Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux.git] / drivers / net / ethernet / aquantia / atlantic / aq_ethtool.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * aQuantia Corporation Network Driver
4  * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
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
14 extern const struct ethtool_ops aq_ethtool_ops;
15
16 #endif /* AQ_ETHTOOL_H */