Sign in
opensecura
/
3p
/
cheriot-rtos
/
ca1fdc6b5f235a703e46842ad6368c1e0205a8b1
/
.
/
examples
/
07.error_handling
/
hello.h
blob: d6e896cf6ea5af8a86005dd3521d4c20f9ae7717 [
file
] [
log
] [
blame
]
// 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
);