]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Declare watchdog functions in watchdog.h
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:39:42 +0000 (14:39 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:13:59 +0000 (16:13 -0400)
commita6741bce507151f561250a00f28bcbfb2372ba02
tree83d8928a740cb387d5157880c3195890eee05931
parent5c1a7ea6adf80decf6a9e998afc6a26508c68dbc
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>
arch/m68k/lib/board.c
arch/powerpc/lib/board.c
arch/sh/lib/board.c
include/watchdog.h