/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/net/ethoc.h * * Copyright (C) 2008-2009 Avionic Design GmbH * * Written by Thierry Reding <[email protected]> */ #ifndef LINUX_NET_ETHOC_H #define LINUX_NET_ETHOC_H … #include <linux/if.h> #include <linux/types.h> struct ethoc_platform_data { … }; #endif /* !LINUX_NET_ETHOC_H */