treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
[linux-2.6-microblaze.git] / include / linux / platform_data / eth-netx.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
4  */
5
6 #ifndef __ETH_NETX_H
7 #define __ETH_NETX_H
8
9 struct netxeth_platform_data {
10         unsigned int xcno;      /* number of xmac/xpec engine this eth uses */
11 };
12
13 #endif