| /* SPDX-License-Identifier: GPL-2.0 */ | |
| /* Microchip lan937x dev ops headers | |
| * Copyright (C) 2019-2022 Microchip Technology Inc. | |
| */ | |
| #ifndef __LAN937X_CFG_H | |
| #define __LAN937X_CFG_H | |
| extern const struct ksz_dev_ops lan937x_dev_ops; | |
| extern const struct phylink_mac_ops lan937x_phylink_mac_ops; | |
| extern const struct dsa_switch_ops lan937x_switch_ops; | |
| #endif |