/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DSA_PDATA_H #define __DSA_PDATA_H struct device; struct net_device; #define DSA_MAX_SWITCHES … #define DSA_MAX_PORTS … #define DSA_RTABLE_NONE … struct dsa_chip_data { … }; struct dsa_platform_data { … }; #endif /* __DSA_PDATA_H */