aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386/sgx.h
blob: 16fc25725c497554e6702e592cb5ac9afa0cc064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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