commit | 597892aaee54debd403f423a781538785b646a19 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Jun 15 15:45:12 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Jun 15 15:45:12 2011 +0200 |
tree | d3560b5acd0ddc837ee752e96d2ed9fc8b958ad6 | |
parent | 2e9df76582b49ab87b7a36365d997f061ed262be [diff] [blame] |
make the functions name consistent Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/clocks.h b/clocks.h index d66c061..ab3bd36 100644 --- a/clocks.h +++ b/clocks.h
@@ -13,6 +13,6 @@ * - initial API and implementation *******************************************************************************/ -extern int maxy; - extern int clock_init(void); +extern int clock_display(void); +extern int clock_dump(char *clk);