]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/net/ethoc.h
Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux...
[mirror_ubuntu-jammy-kernel.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
13struct ethoc_platform_data {
14 u8 hwaddr[IFHWADDRLEN];
15 s8 phy_id;
a13aff06 16 u32 eth_clkfreq;
06e60e59 17 bool big_endian;
a1702857
TR
18};
19
20#endif /* !LINUX_NET_ETHOC_H */