blob: 78519ed42ab4d828b029b5cc38e7edceb976562f [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Thierry Redinga1702852009-03-27 00:12:24 -07002/*
3 * linux/include/net/ethoc.h
4 *
5 * Copyright (C) 2008-2009 Avionic Design GmbH
6 *
Thierry Redinga1702852009-03-27 00:12:24 -07007 * Written by Thierry Reding <thierry.reding@avionic-design.de>
8 */
9
10#ifndef LINUX_NET_ETHOC_H
11#define LINUX_NET_ETHOC_H 1
12
13struct ethoc_platform_data {
14 u8 hwaddr[IFHWADDRLEN];
15 s8 phy_id;
Max Filippova13aff02014-02-04 03:33:10 +040016 u32 eth_clkfreq;
Max Filippov06e60e592015-09-22 14:27:16 +030017 bool big_endian;
Thierry Redinga1702852009-03-27 00:12:24 -070018};
19
20#endif /* !LINUX_NET_ETHOC_H */