[console] Move include/console.h to include/ipxe/console.h

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-03-09 20:09:26 +00:00
parent e934447a60
commit 1c0ff6e1a7
31 changed files with 33 additions and 33 deletions

View File

@@ -9,7 +9,7 @@
* move to Etherboot by LYH
*/
#include "console.h"
#include <ipxe/console.h>
#include <ipxe/init.h>
#include <ipxe/pci.h>

View File

@@ -1,5 +1,5 @@
#include "stddef.h"
#include "console.h"
#include <ipxe/console.h>
#include <ipxe/process.h>
#include <ipxe/nap.h>

View File

@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
#include <stdarg.h>
#include <ipxe/io.h>
#include <console.h>
#include <ipxe/console.h>
/**
* Pause until a key is pressed

View File

@@ -19,7 +19,7 @@
FILE_LICENCE ( GPL2_OR_LATER );
#include <ctype.h>
#include <console.h>
#include <ipxe/console.h>
#include <ipxe/process.h>
#include <ipxe/keys.h>
#include <ipxe/timer.h>

View File

@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdio.h>
#include <errno.h>
#include <ipxe/process.h>
#include <console.h>
#include <ipxe/console.h>
#include <ipxe/keys.h>
#include <ipxe/job.h>
#include <ipxe/monojob.h>

View File

@@ -11,7 +11,7 @@
*/
#include <ipxe/io.h>
#include "console.h"
#include <ipxe/console.h>
static char key_map[][128] = {
{

View File

@@ -34,7 +34,7 @@ FILE_LICENCE ( GPL2_ONLY );
#define CODE_STATUS "alpha"
#define CODE_VERSION "0.1.3"
#include <pcmcia-opts.h>
#include <console.h>
#include <ipxe/console.h>
#include <ipxe/init.h>
int sockets; /* AHTODO: Phase this out! */

View File

@@ -1,6 +1,6 @@
#include <ipxe/init.h>
#include <ipxe/serial.h>
#include "console.h"
#include <ipxe/console.h>
/** @file
*

View File

@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stddef.h>
#include <stdarg.h>
#include <stdio.h>
#include <console.h>
#include <ipxe/console.h>
#include <errno.h>
#include <ipxe/vsprintf.h>