]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
xen/xen-os: Move the include of machine/xen/xen-os.h later
authorJulien Grall <julien.grall@citrix.com>
Tue, 20 Oct 2015 14:18:09 +0000 (15:18 +0100)
committerJulien Grall <julien.grall@citrix.com>
Wed, 21 Oct 2015 11:31:01 +0000 (12:31 +0100)
Allows machine/xen/xen-os.h to use helpers defined by xen/xen-os.h

sys/xen/xen-os.h

index 79604899b1c44bf2daf05b9ca1deb57fbcf31d54..4956c86cea888d1bbd2cc5e45096efa4d4b4cdd7 100644 (file)
@@ -40,8 +40,6 @@
 #define __ASSEMBLY__
 #endif
 
-#include <machine/xen/xen-os.h>
-
 #include <xen/interface/xen.h>
 
 /* Everything below this point is not included by assembler (.S) files. */
@@ -133,4 +131,6 @@ void xc_printf(const char *, ...) __printflike(1, 2);
 
 #endif /* !__ASSEMBLY__ */
 
+#include <machine/xen/xen-os.h>
+
 #endif /* _XEN_XEN_OS_H_ */