diff options
| author | Tom Rini <trini@ti.com> | 2013-04-30 09:58:03 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-05-01 10:37:35 -0400 | 
| commit | 92daa4d2cff74d35a8b479c27a419025a464533f (patch) | |
| tree | 7ea40acf8c6aa7301643e67acc53418050a9a00a /arch/microblaze/include/asm/processor.h | |
| parent | 19fe4b3e3122071fbe6481df05bd819405e1983e (diff) | |
| parent | 0f21f98dd4d6bff72df4eeaca4163779896cb336 (diff) | |
| download | olio-uboot-2014.01-92daa4d2cff74d35a8b479c27a419025a464533f.tar.xz olio-uboot-2014.01-92daa4d2cff74d35a8b479c27a419025a464533f.zip | |
Merge branch 'microblaze' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'arch/microblaze/include/asm/processor.h')
| -rw-r--r-- | arch/microblaze/include/asm/processor.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/microblaze/include/asm/processor.h b/arch/microblaze/include/asm/processor.h index 2c4d5ffc5..d33faeb7d 100644 --- a/arch/microblaze/include/asm/processor.h +++ b/arch/microblaze/include/asm/processor.h @@ -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 */ |