mxl862xx.h 277 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. #ifndef __MXL862XX_H
  3. #define __MXL862XX_H
  4. #include <linux/mdio.h>
  5. #include <net/dsa.h>
  6. #define MXL862XX_MAX_PORTS 17
  7. struct mxl862xx_priv {
  8. struct dsa_switch *ds;
  9. struct mdio_device *mdiodev;
  10. };
  11. #endif /* __MXL862XX_H */