/* SPDX-License-Identifier: GPL-2.0 */#ifndef __DSA_MV88E6XXX_H#define __DSA_MV88E6XXX_H#include<net/dsa.h>structdsa_mv88e6xxx_pdata{/* Must be first, such that dsa_register_switch() can access this * without gory pointer manipulations */structdsa_chip_datacd;constchar*compatible;unsignedintenabled_ports;structnet_device*netdev;u32eeprom_len;};#endif