175a6faf6SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2bab6de8fSDavid VomLehn /*
3bab6de8fSDavid VomLehn  * aQuantia Corporation Network Driver
4bab6de8fSDavid VomLehn  * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
5bab6de8fSDavid VomLehn  */
6bab6de8fSDavid VomLehn 
7bab6de8fSDavid VomLehn /* File hw_atl_a0.h: Declaration of abstract interface for Atlantic hardware
8bab6de8fSDavid VomLehn  * specific functions.
9bab6de8fSDavid VomLehn  */
10bab6de8fSDavid VomLehn 
11bab6de8fSDavid VomLehn #ifndef HW_ATL_A0_H
12bab6de8fSDavid VomLehn #define HW_ATL_A0_H
13bab6de8fSDavid VomLehn 
14bab6de8fSDavid VomLehn #include "../aq_common.h"
15bab6de8fSDavid VomLehn 
164948293fSIgor Russkikh extern const struct aq_hw_caps_s hw_atl_a0_caps_aqc100;
174948293fSIgor Russkikh extern const struct aq_hw_caps_s hw_atl_a0_caps_aqc107;
184948293fSIgor Russkikh extern const struct aq_hw_caps_s hw_atl_a0_caps_aqc108;
194948293fSIgor Russkikh extern const struct aq_hw_caps_s hw_atl_a0_caps_aqc109;
204948293fSIgor Russkikh 
214948293fSIgor Russkikh extern const struct aq_hw_ops hw_atl_ops_a0;
22bab6de8fSDavid VomLehn 
23bab6de8fSDavid VomLehn #endif /* HW_ATL_A0_H */
24