mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
35189fad3c
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
295 B
C
13 lines
295 B
C
#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__ */
|