mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[console] Move include/console.h to include/ipxe/console.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/keys.h>
|
||||
#include <ipxe/editstring.h>
|
||||
#include <readline/readline.h>
|
||||
|
||||
Reference in New Issue
Block a user