aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386/sgx-epc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/i386/sgx-epc.h')
-rw-r--r--include/hw/i386/sgx-epc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/i386/sgx-epc.h b/include/hw/i386/sgx-epc.h
index 83269972e0..75b19f464c 100644
--- a/include/hw/i386/sgx-epc.h
+++ b/include/hw/i386/sgx-epc.h
@@ -55,4 +55,6 @@ typedef struct SGXEPCState {
int nr_sections;
} SGXEPCState;
+int sgx_epc_get_section(int section_nr, uint64_t *addr, uint64_t *size);
+
#endif