xref: /linux/drivers/net/dsa/microchip/lan937x.h (revision 78c1930198fc63f2d4761848cbe148c5b2958b01)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Microchip lan937x dev ops headers
3  * Copyright (C) 2019-2022 Microchip Technology Inc.
4  */
5 
6 #ifndef __LAN937X_CFG_H
7 #define __LAN937X_CFG_H
8 
9 extern const struct ksz_dev_ops lan937x_dev_ops;
10 extern const struct phylink_mac_ops lan937x_phylink_mac_ops;
11 extern const struct dsa_switch_ops lan937x_switch_ops;
12 
13 #endif
14