aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/tpmback.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/include/tpmback.h')
-rw-r--r--extras/mini-os/include/tpmback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/mini-os/include/tpmback.h b/extras/mini-os/include/tpmback.h
index a6cbbf1791..4408986f25 100644
--- a/extras/mini-os/include/tpmback.h
+++ b/extras/mini-os/include/tpmback.h
@@ -99,4 +99,6 @@ void* tpmback_get_opaque(domid_t domid, unsigned int handle);
/* Returns zero if successful, nonzero on failure (no such frontend) */
int tpmback_set_opaque(domid_t domid, unsigned int handle, void* opaque);
+/* Get the XSM context of the given domain (using the tpmback event channel) */
+int tpmback_get_peercontext(domid_t domid, unsigned int handle, void* buffer, int buflen);
#endif