... as it conflicts with the one made in asm/byteorder.h, and hence
build fails when both happen to be included from the same source file.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
#include <xen/cpumask.h>
#include <xen/pci.h>
+#include <asm/byteorder.h>
/*
* Constants for Intel APIC based MSI messages.
#define MSI_LOGICAL_MODE 1
#define MSI_REDIRECTION_HINT_MODE 0
-#define __LITTLE_ENDIAN_BITFIELD 1
-
struct msg_data {
#if defined(__LITTLE_ENDIAN_BITFIELD)
__u32 vector : 8;