split dev_queue
[cor.git] / include / net / ethoc.h
blob78519ed42ab4d828b029b5cc38e7edceb976562f
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/include/net/ethoc.h
5 * Copyright (C) 2008-2009 Avionic Design GmbH
7 * Written by Thierry Reding <thierry.reding@avionic-design.de>
8 */
10 #ifndef LINUX_NET_ETHOC_H
11 #define LINUX_NET_ETHOC_H 1
13 struct ethoc_platform_data {
14 u8 hwaddr[IFHWADDRLEN];
15 s8 phy_id;
16 u32 eth_clkfreq;
17 bool big_endian;
20 #endif /* !LINUX_NET_ETHOC_H */