18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * linux/include/net/ethoc.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2008-2009 Avionic Design GmbH 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Written by Thierry Reding <thierry.reding@avionic-design.de> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef LINUX_NET_ETHOC_H 118c2ecf20Sopenharmony_ci#define LINUX_NET_ETHOC_H 1 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_cistruct ethoc_platform_data { 148c2ecf20Sopenharmony_ci u8 hwaddr[IFHWADDRLEN]; 158c2ecf20Sopenharmony_ci s8 phy_id; 168c2ecf20Sopenharmony_ci u32 eth_clkfreq; 178c2ecf20Sopenharmony_ci bool big_endian; 188c2ecf20Sopenharmony_ci}; 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif /* !LINUX_NET_ETHOC_H */ 21