From 3338a0398203ac7a5f0c8396c738032b890d710c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 14 Jul 2010 12:37:29 +0100 Subject: [hci] Continue processing while prompting for shell banner Continue calling step() while displaying the shell banner. This potentially allows TCP connections to close gracefully after a failed boot attempt. Inspired-by: Guo-Fu Tseng Signed-off-by: Michael Brown --- src/include/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/console.h b/src/include/console.h index 9ecf9d440..271b4f365 100644 --- a/src/include/console.h +++ b/src/include/console.h @@ -102,6 +102,7 @@ struct console_driver { extern void putchar ( int character ); extern int getchar ( void ); +extern int getchar_timeout ( unsigned long timeout ); extern int iskey ( void ); extern int getkey ( void ); -- cgit v1.2.3-55-g7522