summaryrefslogtreecommitdiffstats
path: root/arch/mips/acn/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/acn/reset.c')
-rw-r--r--arch/mips/acn/reset.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/acn/reset.c b/arch/mips/acn/reset.c
new file mode 100644
index 000000000..149fedd9d
--- /dev/null
+++ b/arch/mips/acn/reset.c
@@ -0,0 +1,12 @@
+/*
+ * linux/arch/mips/sni/process.c
+ *
+ * Reset the ACN board.
+ */
+#include <asm/io.h>
+#include <asm/system.h>
+
+void
+acn_hard_reset_now(void)
+{
+}