aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/eth-netx.h
blob: a3a6322668d891e7e8c946a1c31d69efa8139151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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