From 27b207fd0a0941b03f27e2a82c0468b1a090c745 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 24 Jul 2003 23:38:38 +0000 Subject: * Implement new mechanism to export U-Boot's functions to standalone applications: instead of using (PPC-specific) system calls we now use a jump table; please see doc/README.standalone for details * Patch by Dave Westwood, 24 Jul 2003: added support for Unity OS (a proprietary OS) --- board/lwmon/lwmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/lwmon/lwmon.c') diff --git a/board/lwmon/lwmon.c b/board/lwmon/lwmon.c index 869cd58..0e6c3fc 100644 --- a/board/lwmon/lwmon.c +++ b/board/lwmon/lwmon.c @@ -1077,7 +1077,7 @@ static int key_pressed(void) * Returns 1 if keys pressed to start the power-on long-running tests * Called from board_init_f(). */ -int post_hotkeys_pressed(gd_t *gd) +int post_hotkeys_pressed(void) { uchar kbd_data[KEYBD_DATALEN]; uchar val; -- cgit v1.1