Sign in
◑
Theme
opensecura
/
3p
/
cheriot-rtos
/
ec8b7f1ef9dd874b5a466fb7f25f1ba213a05d26
/
.
/
examples
/
07.error_handling
/
hello.h
blob: d6e896cf6ea5af8a86005dd3521d4c20f9ae7717 [
file
]
// Copyright Microsoft and CHERIoT Contributors.
// SPDX-License-Identifier: MIT
#include
<compartment.h>
/**
* Write `msg` to the default uart.
*/
void
__cheri_compartment
(
"uart"
)
write
(
const
char
*
msg
);