[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

@@ -6,7 +6,7 @@
#include <ipxe/eisa.h>
#include <ipxe/isa.h>
#include "console.h"
#include <ipxe/console.h>
#include "3c509.h"
/*

View File

@@ -92,7 +92,7 @@ FILE_LICENCE ( GPL2_ONLY );
#include "etherboot.h"
#include "nic.h"
#include <ipxe/isa.h>
#include "console.h"
#include <ipxe/console.h>
#include "cs89x0.h"
static unsigned short eth_nic_base;

View File

@@ -240,7 +240,7 @@ FILE_LICENCE ( GPL_ANY );
#include "etherboot.h"
#include "nic.h"
#include <ipxe/isa.h>
#include "console.h"
#include <ipxe/console.h>
#include <ipxe/ethernet.h>
/*

View File

@@ -10,7 +10,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/pci.h>
#include <ipxe/ethernet.h>
#include "nic.h"
#include "console.h"
#include <ipxe/console.h>
#include "epic100.h"
/* Condensed operations for readability */

View File

@@ -24,7 +24,7 @@ FILE_LICENCE ( GPL_ANY );
#include <errno.h>
#include <assert.h>
#include <byteswap.h>
#include <console.h>
#include <ipxe/console.h>
#include <ipxe/io.h>
#include <ipxe/pci.h>
#include <ipxe/malloc.h>