aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-08-08 14:05:46 +0200
committerDan Williams <dcbw@redhat.com>2018-08-21 17:02:39 +0000
commitda046fe566295a50b00d235843640cf403b1319f (patch)
treebdd13c312b071f380ff8aa0a094f21a926f516e6 /src/mm-plugin.h
parent82262117e66fc43f88908cada5bc9d25d102ee40 (diff)
plugin: new properties to support Intel XMM capability probing
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r--src/mm-plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h
index 001f2783..3b2b88bc 100644
--- a/src/mm-plugin.h
+++ b/src/mm-plugin.h
@@ -66,6 +66,9 @@
#define MM_PLUGIN_ICERA_PROBE "icera-probe"
#define MM_PLUGIN_ALLOWED_ICERA "allowed-icera"
#define MM_PLUGIN_FORBIDDEN_ICERA "forbidden-icera"
+#define MM_PLUGIN_XMM_PROBE "xmm-probe"
+#define MM_PLUGIN_ALLOWED_XMM "allowed-xmm"
+#define MM_PLUGIN_FORBIDDEN_XMM "forbidden-xmm"
#define MM_PLUGIN_CUSTOM_INIT "custom-init"
#define MM_PLUGIN_CUSTOM_AT_PROBE "custom-at-probe"
#define MM_PLUGIN_SEND_DELAY "send-delay"