ramips: ramips_esw: convert it to be a platform driver
[openwrt/openwrt.git] / target / linux / ramips / files / arch / mips / include / asm / mach-ralink / rt305x_esw_platform.h
1 /*
2 * Ralink RT305x SoC platform device registration
3 *
4 * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10
11 #ifndef _RT305X_ESW_PLATFORM_H
12 #define _RT305X_ESW_PLATFORM_H
13
14 struct rt305x_esw_platform_data
15 {
16 };
17
18 #endif /* _RT305X_ESW_PLATFORM_H */