commit | a6741bce507151f561250a00f28bcbfb2372ba02 | [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 | 5c1a7ea6adf80decf6a9e998afc6a26508c68dbc [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>