summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-11-30 12:42:05 +0100
committerRalf Baechle <ralf@linux-mips.org>2014-01-22 20:18:50 +0100
commit83bb90fa1bb52adc4983ddc8c34ac56f0b0fcc3c (patch)
treec2ea2a65d9fbe4d8cb3d65f44767cbb29d095d9b /arch/mips/include/asm
parentfd034a1aaebbe3e9d2328526a56d5735a6157a8f (diff)
downloadop-kernel-dev-83bb90fa1bb52adc4983ddc8c34ac56f0b0fcc3c.zip
op-kernel-dev-83bb90fa1bb52adc4983ddc8c34ac56f0b0fcc3c.tar.gz
MIPS: BCM63XX: add HSSPI platform device and register it
Signed-off-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6180/
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r--arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_hsspi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_hsspi.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_hsspi.h
new file mode 100644
index 0000000..1b1acaf
--- /dev/null
+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_hsspi.h
@@ -0,0 +1,8 @@
+#ifndef BCM63XX_DEV_HSSPI_H
+#define BCM63XX_DEV_HSSPI_H
+
+#include <linux/types.h>
+
+int bcm63xx_hsspi_register(void);
+
+#endif /* BCM63XX_DEV_HSSPI_H */
OpenPOWER on IntegriCloud