summaryrefslogtreecommitdiff
path: root/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-12-08 10:15:00 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-12-08 10:15:00 +0000
commit3b9a6adc7d4698e7ead658724bd111213f3d819c (patch)
treec237f2fc54da0aa29b34d5ae63fea8aa73a54631 /target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
parent889729df016ab162aeb1092628f70e742a6aede5 (diff)
downloadmtk-20170518-3b9a6adc7d4698e7ead658724bd111213f3d819c.zip
mtk-20170518-3b9a6adc7d4698e7ead658724bd111213f3d819c.tar.gz
mtk-20170518-3b9a6adc7d4698e7ead658724bd111213f3d819c.tar.bz2
ramips: ramips_esw: convert it to be a platform driver
SVN-Revision: 24331
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h')
-rw-r--r--target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
new file mode 100644
index 0000000..fd1f6eb
--- /dev/null
+++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
@@ -0,0 +1,18 @@
+/*
+ * Ralink RT305x SoC platform device registration
+ *
+ * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org>
+ *
+ * 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.
+ */
+
+#ifndef _RT305X_ESW_PLATFORM_H
+#define _RT305X_ESW_PLATFORM_H
+
+struct rt305x_esw_platform_data
+{
+};
+
+#endif /* _RT305X_ESW_PLATFORM_H */