index
:
fbos
main
A RISC-V operating system devoted to running fizz/buzz processes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dt.c
blob: 55fa9707d031863354a5c42165e956d09c7ba50d (
plain
)
1
2
3
4
5
6
#include
<fbos/dt.h>
__kernel
void
parse_dtb
(
uint64_t
*
dtb
)
{
__unused
(
dtb
);
}