summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorMichael Brown2011-03-09 21:09:26 +0100
committerMichael Brown2011-03-09 21:09:26 +0100
commit1c0ff6e1a720907f9211f43d4d8d9fc18d522348 (patch)
tree664255e3bb570dbc248f9782f8f0d26bd98bd76a /src/usr
parent[script] Allow scripts to be replaced (diff)
downloadipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.tar.gz
ipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.tar.xz
ipxe-1c0ff6e1a720907f9211f43d4d8d9fc18d522348.zip
[console] Move include/console.h to include/ipxe/console.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/ifmgmt.c2
-rw-r--r--src/usr/iwmgmt.c2
-rw-r--r--src/usr/lotest.c2
-rw-r--r--src/usr/prompt.c2
-rw-r--r--src/usr/pxemenu.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/ifmgmt.c b/src/usr/ifmgmt.c
index e031cd09..e9fdaad0 100644
--- a/src/usr/ifmgmt.c
+++ b/src/usr/ifmgmt.c
@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
-#include <console.h>
+#include <ipxe/console.h>
#include <ipxe/netdevice.h>
#include <ipxe/device.h>
#include <ipxe/process.h>
diff --git a/src/usr/iwmgmt.c b/src/usr/iwmgmt.c
index db0d1b44..29f623c3 100644
--- a/src/usr/iwmgmt.c
+++ b/src/usr/iwmgmt.c
@@ -19,7 +19,7 @@
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdio.h>
-#include <console.h>
+#include <ipxe/console.h>
#include <string.h>
#include <errno.h>
#include <ipxe/net80211.h>
diff --git a/src/usr/lotest.c b/src/usr/lotest.c
index c8ee6213..7f9f2fd0 100644
--- a/src/usr/lotest.c
+++ b/src/usr/lotest.c
@@ -28,7 +28,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/netdevice.h>
#include <ipxe/if_ether.h>
#include <ipxe/keys.h>
-#include <console.h>
+#include <ipxe/console.h>
#include <usr/ifmgmt.h>
#include <usr/lotest.h>
diff --git a/src/usr/prompt.c b/src/usr/prompt.c
index 7f9a9448..3c353a68 100644
--- a/src/usr/prompt.c
+++ b/src/usr/prompt.c
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <errno.h>
#include <stdio.h>
-#include <console.h>
+#include <ipxe/console.h>
#include <ipxe/timer.h>
#include <usr/prompt.h>
diff --git a/src/usr/pxemenu.c b/src/usr/pxemenu.c
index b3105162..75789e2d 100644
--- a/src/usr/pxemenu.c
+++ b/src/usr/pxemenu.c
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ctype.h>
#include <byteswap.h>
#include <curses.h>
-#include <console.h>
+#include <ipxe/console.h>
#include <ipxe/dhcp.h>
#include <ipxe/keys.h>
#include <ipxe/timer.h>