mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
12 lines
99 B
Plaintext
12 lines
99 B
Plaintext
enclave {
|
|
|
|
trusted {
|
|
|
|
};
|
|
|
|
untrusted {
|
|
/* define OCALLs here. */
|
|
|
|
};
|
|
};
|