]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commit
minios/console: console_input() weak reference
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 30 Nov 2012 09:37:13 +0000 (09:37 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 30 Nov 2012 09:37:13 +0000 (09:37 +0000)
commite0d99723c46afe6d3d26dce107403ceb716e7183
tree924c07316d06e9e385e5f6ed358919949dcee41c
parent27dafefd35a7154f17b73246031ffd2ddc00cd37
minios/console: console_input() weak reference

In exactly the same style as app_main() in kernel.c, create a weak
reference console_input() function for applications to override to
quickly gain access to the console.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Committed-by: Keir Fraser <keir@xen.org>
console/console.c