12 lines
110 B
Text
12 lines
110 B
Text
|
enclave {
|
||
|
|
||
|
trusted {
|
||
|
|
||
|
};
|
||
|
|
||
|
untrusted {
|
||
|
/* define OCALLs here. */
|
||
|
|
||
|
};
|
||
|
};
|