summary refs log tree commit diff stats
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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/hw/i386/sgx.h b/include/hw/i386/sgx.h
deleted file mode 100644
index 16fc25725c..0000000000
--- a/include/hw/i386/sgx.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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);
-SGXInfo *sgx_get_capabilities(Error **errp);
-
-#endif