commit | 6f9849062ee9b6f015b4d48c10c6e5fe6838febe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:39:42 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:13:59 2013 -0400 |
tree | 83d8928a740cb387d5157880c3195890eee05931 | |
parent | 6682832df7237cf033d52c34cf3ffa9cffadd72e [diff] |
Declare watchdog functions in watchdog.h These functions are only available for powerpc and are not declared in a header file. We want to use the rest function in two places (board_f and board_r), so declare the functions in watchdog.h. Signed-off-by: Simon Glass <sjg@chromium.org>