From: Avi Kivity <[email protected]> Needed by iommu.h.
Signed-off-by: Avi Kivity <[email protected]> diff --git a/external-module-compat-comm.h b/external-module-compat-comm.h index 581d867..d473ae7 100644 --- a/external-module-compat-comm.h +++ b/external-module-compat-comm.h @@ -199,6 +199,9 @@ uint64_t div64_u64(uint64_t dividend, uint64_t divisor); typedef _Bool bool; +#define false 0 +#define true 1 + #endif #endif -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
