aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386/sgx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/i386/sgx.h')
-rw-r--r--include/hw/i386/sgx.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/hw/i386/sgx.h b/include/hw/i386/sgx.h
new file mode 100644
index 0000000000..2bf90b3f4f
--- /dev/null
+++ b/include/hw/i386/sgx.h
@@ -0,0 +1,11 @@
+#ifndef QEMU_SGX_H
+#define QEMU_SGX_H
+
+#include "qom/object.h"
+#include "qapi/error.h"
+#include "qemu/error-report.h"
+#include "qapi/qapi-types-misc-target.h"
+
+SGXInfo *sgx_get_info(Error **errp);
+
+#endif