]> Git Repo - linux.git/blob - include/linux/platform_data/eth-netx.h
Merge branch 'asoc-5.2' into asoc-linus
[linux.git] / include / linux / platform_data / eth-netx.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2005 Sascha Hauer <[email protected]>, 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
This page took 0.033803 seconds and 4 git commands to generate.