summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mach-excite/rm9k_wdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mach-excite/rm9k_wdt.h')
-rw-r--r--arch/mips/include/asm/mach-excite/rm9k_wdt.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-excite/rm9k_wdt.h b/arch/mips/include/asm/mach-excite/rm9k_wdt.h
new file mode 100644
index 00000000000..3fa3c08d2da
--- /dev/null
+++ b/arch/mips/include/asm/mach-excite/rm9k_wdt.h
@@ -0,0 +1,12 @@
+#ifndef __RM9K_WDT_H__
+#define __RM9K_WDT_H__
+
+/* Device name */
+#define WDT_NAME "wdt_gpi"
+
+/* Resource names */
+#define WDT_RESOURCE_REGS "excite_watchdog_regs"
+#define WDT_RESOURCE_IRQ "excite_watchdog_irq"
+#define WDT_RESOURCE_COUNTER "excite_watchdog_counter"
+
+#endif /* __RM9K_WDT_H__ */