mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +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:
@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/netdevice.h>
|
||||
#include <ipxe/device.h>
|
||||
#include <ipxe/process.h>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdio.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <ipxe/net80211.h>
|
||||
|
||||
@@ -28,7 +28,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <ipxe/netdevice.h>
|
||||
#include <ipxe/if_ether.h>
|
||||
#include <ipxe/keys.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <usr/ifmgmt.h>
|
||||
#include <usr/lotest.h>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/timer.h>
|
||||
#include <usr/prompt.h>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <ctype.h>
|
||||
#include <byteswap.h>
|
||||
#include <curses.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/dhcp.h>
|
||||
#include <ipxe/keys.h>
|
||||
#include <ipxe/timer.h>
|
||||
|
||||
Reference in New Issue
Block a user