CCF
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
platform.h File Reference
#include "ccf/ds/json.h"
#include "ccf/pal/snp_ioctl.h"

Go to the source code of this file.

Namespaces

namespace  ccf
 
namespace  ccf::pal
 

Enumerations

enum class  ccf::pal::Platform { ccf::pal::SGX = 0 , ccf::pal::SNP = 1 , ccf::pal::Virtual = 2 , ccf::pal::Unknown = 3 }
 

Functions

 ccf::pal::DECLARE_JSON_ENUM (Platform, {{Platform::SGX, "SGX"}, {Platform::SNP, "SNP"}, {Platform::Virtual, "Virtual"}, {Platform::Unknown, "Unknown"}})