]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/microblaze/include/asm/processor.h
watchdog: Add support for Xilinx Microblaze watchdog
[karo-tx-uboot.git] / arch / microblaze / include / asm / processor.h
index 2c4d5ffc5cbbb8e779272109dd37510754ae7353..d33faeb7d102607c3f03707594cdbd907ca51f37 100644 (file)
@@ -31,4 +31,8 @@ extern char __text_start[];
 /* Microblaze board initialization function */
 void board_init(void);
 
+/* Watchdog functions */
+extern int hw_watchdog_init(void);
+extern void hw_watchdog_disable(void);
+
 #endif /* __ASM_MICROBLAZE_PROCESSOR_H */