From a41984e726601b2f6cf61e3128aba84f7a85436c Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 5 Nov 2015 23:46:06 +0100 Subject: sync with upstream packaging --- libdde-linux26/contrib/include/net/ethoc.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libdde-linux26/contrib/include/net/ethoc.h (limited to 'libdde-linux26/contrib/include/net/ethoc.h') diff --git a/libdde-linux26/contrib/include/net/ethoc.h b/libdde-linux26/contrib/include/net/ethoc.h new file mode 100644 index 00000000..96f3789b --- /dev/null +++ b/libdde-linux26/contrib/include/net/ethoc.h @@ -0,0 +1,22 @@ +/* + * linux/include/net/ethoc.h + * + * Copyright (C) 2008-2009 Avionic Design GmbH + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Written by Thierry Reding + */ + +#ifndef LINUX_NET_ETHOC_H +#define LINUX_NET_ETHOC_H 1 + +struct ethoc_platform_data { + u8 hwaddr[IFHWADDRLEN]; + s8 phy_id; +}; + +#endif /* !LINUX_NET_ETHOC_H */ + -- cgit v1.2.3