10 #ifndef _OE_BITS_MODULE_H 11 #define _OE_BITS_MODULE_H 22 #include <openenclave/bits/defs.h> This file defines the types used by the OE SDK.
oe_result_t oe_load_module_host_file_system(void)
Load the host file system module.
This file defines Open Enclave return codes (results).
enum _oe_result oe_result_t
This enumeration type defines return codes for Open Enclave functions.
oe_result_t oe_load_module_host_socket_interface(void)
Load the host socket interface module.
oe_result_t oe_load_module_host_epoll(void)
Load the event polling (epoll) module.
oe_result_t oe_load_module_host_resolver(void)
Load the host resolver module.