summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2012-03-26 15:43:52 +0200
committerMichael Brown2012-03-26 15:43:52 +0200
commita6d49c17c9ef82420138a51b52a9ce57074650db (patch)
tree1931f96976c9a733b8f07d1ae0269d84ac0f113c /src/core
parent[image] Add the "imgtrust" and "imgverify" commands (diff)
downloadipxe-a6d49c17c9ef82420138a51b52a9ce57074650db.tar.gz
ipxe-a6d49c17c9ef82420138a51b52a9ce57074650db.tar.xz
ipxe-a6d49c17c9ef82420138a51b52a9ce57074650db.zip
[console] Move putchar() and getchar() declarations to stdio.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/debug.c1
-rw-r--r--src/core/pcmcia.c1
-rw-r--r--src/core/vsprintf.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/core/debug.c b/src/core/debug.c
index 73e74d9c3..8fca8d90d 100644
--- a/src/core/debug.c
+++ b/src/core/debug.c
@@ -22,7 +22,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
#include <stdarg.h>
#include <ipxe/io.h>
-#include <ipxe/console.h>
/**
* Pause until a key is pressed
diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c
index 2d8ceb6f5..5fd21f4a9 100644
--- a/src/core/pcmcia.c
+++ b/src/core/pcmcia.c
@@ -34,7 +34,6 @@ FILE_LICENCE ( GPL2_ONLY );
#define CODE_STATUS "alpha"
#define CODE_VERSION "0.1.3"
#include <pcmcia-opts.h>
-#include <ipxe/console.h>
#include <ipxe/init.h>
int sockets; /* AHTODO: Phase this out! */
diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c
index b838b89e5..b721b0241 100644
--- a/src/core/vsprintf.c
+++ b/src/core/vsprintf.c
@@ -21,7 +21,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stddef.h>
#include <stdarg.h>
#include <stdio.h>
-#include <ipxe/console.h>
#include <errno.h>
#include <ipxe/vsprintf.h>