summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/hyperv.h')
-rw-r--r--src/include/ipxe/hyperv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/hyperv.h b/src/include/ipxe/hyperv.h
index c61e2a08..9194a976 100644
--- a/src/include/ipxe/hyperv.h
+++ b/src/include/ipxe/hyperv.h
@@ -61,6 +61,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/** Synthetic interrupt vector mask */
#define HV_SINT_VECTOR_MASK HV_SINT_VECTOR ( 0xff )
+/** Maximum synthetic interrupt number */
+#define HV_SINT_MAX 15
+
/** Post message */
#define HV_POST_MESSAGE 0x005c