| /* SPDX-License-Identifier: GPL-2.0-only */ | |
| /* | |
| * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | |
| */ | |
| #ifndef __ETH_NETX_H | |
| #define __ETH_NETX_H | |
| struct netxeth_platform_data { | |
| unsigned int xcno; /* number of xmac/xpec engine this eth uses */ | |
| }; | |
| #endif |