Sign in
opensecura
/
3p
/
cheriot-rtos
/
08e6f462a1eb9b4ef03b03037b0de48a36b2e018
/
.
/
examples
/
02.hello_compartment
/
hello.h
blob: db5917a357ee606111c99322e22a93297a2aae38 [
file
] [
log
] [
blame
]
#include
<compartment.h>
// Copyright Microsoft and CHERIoT Contributors.
// SPDX-License-Identifier: MIT
/**
* Write `msg` to the default uart.
*/
void
__cheri_compartment
(
"uart"
)
write
(
const
char
*
msg
);