sgx.h (250B)
1#ifndef QEMU_SGX_H 2#define QEMU_SGX_H 3 4#include "qom/object.h" 5#include "qapi/error.h" 6#include "qemu/error-report.h" 7#include "qapi/qapi-types-misc-target.h" 8 9SGXInfo *sgx_get_info(Error **errp); 10SGXInfo *sgx_get_capabilities(Error **errp); 11 12#endif