1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/include/net/ethoc.h
5 * Copyright (C) 2008-2009 Avionic Design GmbH
7 * Written by Thierry Reding <thierry.reding@avionic-design.de>
10 #ifndef LINUX_NET_ETHOC_H
11 #define LINUX_NET_ETHOC_H 1
14 #include <linux/types.h>
16 struct ethoc_platform_data {
17 u8 hwaddr[IFHWADDRLEN];
23 #endif /* !LINUX_NET_ETHOC_H */