From f046737e92f9a13acbe9139e1ded83287d31eeb5 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Mon, 22 Aug 2016 02:36:50 +0300 Subject: gemini: add Linux 4.4 support Signed-off-by: Roman Yeryomin [Jo-Philipp Wich: change commit title] Signed-off-by: Jo-Philipp Wich --- .../arch/arm/mach-gemini/include/mach/gmac.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 target/linux/gemini/files-4.4/arch/arm/mach-gemini/include/mach/gmac.h (limited to 'target/linux/gemini/files-4.4/arch/arm/mach-gemini/include/mach/gmac.h') diff --git a/target/linux/gemini/files-4.4/arch/arm/mach-gemini/include/mach/gmac.h b/target/linux/gemini/files-4.4/arch/arm/mach-gemini/include/mach/gmac.h new file mode 100644 index 0000000000..04ca5699fa --- /dev/null +++ b/target/linux/gemini/files-4.4/arch/arm/mach-gemini/include/mach/gmac.h @@ -0,0 +1,21 @@ +/* + * Gemini GMAC specific defines + * + * Copyright (C) 2008, Paulius Zaleckas + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ +#ifndef __NET_GEMINI_PLATFORM_H__ +#define __NET_GEMINI_PLATFORM_H__ + +#include + +struct gemini_gmac_platform_data { + char *bus_id[2]; /* NULL means that this port is not used */ + phy_interface_t interface[2]; +}; + +#endif /* __NET_GEMINI_PLATFORM_H__ */ -- cgit v1.2.3