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