aboutsummaryrefslogtreecommitdiff
path: root/src/core/pcmcia.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-03-09 20:09:26 +0000
committerMichael Brown <mcb30@ipxe.org>2011-03-09 20:09:26 +0000
commit1c0ff6e1a720907f9211f43d4d8d9fc18d522348 (patch)
tree664255e3bb570dbc248f9782f8f0d26bd98bd76a /src/core/pcmcia.c
parente934447a60e7d9fe84e246ad03c1a16d4bb88a9b (diff)
downloadipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.zip
ipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.tar.gz
ipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.tar.bz2
[console] Move include/console.h to include/ipxe/console.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core/pcmcia.c')
-rw-r--r--src/core/pcmcia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c
index f39cd04..2d8ceb6 100644
--- a/src/core/pcmcia.c
+++ b/src/core/pcmcia.c
@@ -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! */