Files
kernel/include/linux/platform_data/eth-netx.h
T

14 lines
277 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-only */
2006-06-22 07:11:13 +02:00
/*
* Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*/
2013-12-30 10:41:56 +05:30
#ifndef __ETH_NETX_H
#define __ETH_NETX_H
2006-06-22 07:11:13 +02:00
struct netxeth_platform_data {
unsigned int xcno; /* number of xmac/xpec engine this eth uses */
};
#endif