gemini: rename files directory (preparation for 4.14)
[openwrt/openwrt.git] / target / linux / gemini / files-4.4 / arch / arm / mach-gemini / include / mach / gmac.h
1 /*
2 * Gemini GMAC specific defines
3 *
4 * Copyright (C) 2008, Paulius Zaleckas <paulius.zaleckas@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 */
11 #ifndef __NET_GEMINI_PLATFORM_H__
12 #define __NET_GEMINI_PLATFORM_H__
13
14 #include <linux/phy.h>
15
16 struct gemini_gmac_platform_data {
17 char *bus_id[2]; /* NULL means that this port is not used */
18 phy_interface_t interface[2];
19 };
20
21 #endif /* __NET_GEMINI_PLATFORM_H__ */