Sign in
opensecura
/
3p
/
sel4
/
camkes
/
refs/heads/master
/
.
/
apps
/
testnto1mmio
/
driver2.c
blob: 873de29c54937786862ab8b226b780128bcb9b4b [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include
<camkes.h>
#include
"driver.h"
void
h_handoff
(
void
)
{
uart_put
(
"hello from "
);
uart_put
(
get_instance_name
());
uart_put_char
(
'\n'
);
}