aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/events.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-10-01 12:28:54 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-10-01 12:28:54 +0100
commit643898034e176f5883ab70203ed01670d809c3b7 (patch)
tree1e6af86efb9659ad9781fcc19eb40fbc78d05d22 /extras/mini-os/events.c
parent7cf56794ba0e22ad39e08659d360bf9af829a131 (diff)
downloadxen-643898034e176f5883ab70203ed01670d809c3b7.tar.gz
xen-643898034e176f5883ab70203ed01670d809c3b7.tar.bz2
xen-643898034e176f5883ab70203ed01670d809c3b7.zip
stubdom/minios: re-structure headers
As part of making stubdom usable on NetBSD, it is necessary to restructure the minios headers to avoid conflicts with NetBSD's crossbuild toolchain. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'extras/mini-os/events.c')
-rw-r--r--extras/mini-os/events.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/extras/mini-os/events.c b/extras/mini-os/events.c
index c907e652b9..2f359a54e7 100644
--- a/extras/mini-os/events.c
+++ b/extras/mini-os/events.c
@@ -16,11 +16,11 @@
****************************************************************************
*/
-#include <os.h>
-#include <mm.h>
-#include <hypervisor.h>
-#include <events.h>
-#include <lib.h>
+#include <mini-os/os.h>
+#include <mini-os/mm.h>
+#include <mini-os/hypervisor.h>
+#include <mini-os/events.h>
+#include <mini-os/lib.h>
#define NR_EVS 1024