Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / include / net / ethoc.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
a1702857
TR
2/*
3 * linux/include/net/ethoc.h
4 *
5 * Copyright (C) 2008-2009 Avionic Design GmbH
6 *
a1702857
TR
7 * 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
949d6b40
JK
13#include <linux/if.h>
14#include <linux/types.h>
15
a1702857
TR
16struct ethoc_platform_data {
17 u8 hwaddr[IFHWADDRLEN];
18 s8 phy_id;
a13aff06 19 u32 eth_clkfreq;
06e60e59 20 bool big_endian;
a1702857
TR
21};
22
23#endif /* !LINUX_NET_ETHOC_H */