Thomas Gleixner | 4505153 | 2019-05-29 16:57:47 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 2 | /* |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 3 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 4 | */ |
| 5 | |
Sachin Kamat | 96bfc80 | 2013-12-30 10:41:56 +0530 | [diff] [blame] | 6 | #ifndef __ETH_NETX_H |
| 7 | #define __ETH_NETX_H |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 8 | |
| 9 | struct netxeth_platform_data { |
| 10 | unsigned int xcno; /* number of xmac/xpec engine this eth uses */ |
| 11 | }; |
| 12 | |
| 13 | #endif |