mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +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:
@@ -8,7 +8,7 @@
|
||||
#include "stddef.h"
|
||||
#include "string.h"
|
||||
#include <ipxe/io.h>
|
||||
#include "console.h"
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/init.h>
|
||||
#include "vga.h"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <assert.h>
|
||||
#include <realmode.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/ansiesc.h>
|
||||
|
||||
#define ATTR_BOLD 0x08
|
||||
|
||||
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <errno.h>
|
||||
#include <realmode.h>
|
||||
#include <biosint.h>
|
||||
#include <console.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <stdlib.h>
|
||||
#include <comboot.h>
|
||||
#include <bzimage.h>
|
||||
|
||||
Reference in New Issue
Block a user