aboutsummaryrefslogtreecommitdiffstats
path: root/mce.h
diff options
context:
space:
mode:
Diffstat (limited to 'mce.h')
-rw-r--r--mce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mce.h b/mce.h
index ce9d5a1..c0668ad 100644
--- a/mce.h
+++ b/mce.h
@@ -39,6 +39,7 @@
#define MCJ_CTX_IRQ 2 /* inject context: IRQ */
#define MCJ_NMI_BROADCAST 4 /* do NMI broadcasting */
#define MCJ_EXCEPTION 8 /* raise as exception */
+#define MCJ_IRQ_BRAODCAST 0x10 /* do IRQ broadcasting */
#define MCJ_CTX_SET(flags, ctx) \
do { \