aboutsummaryrefslogtreecommitdiff
path: root/machine/fdt.h
diff options
context:
space:
mode:
authorWesley W. Terpstra <wesley@sifive.com>2017-03-27 20:46:05 -0700
committerWesley W. Terpstra <wesley@sifive.com>2017-03-28 16:28:20 -0700
commit75f1854cd9d665dd6a7ed3bff7556b98e5a4a26c (patch)
tree46fbb0c991f88db96ca19646ca01ad41e4541282 /machine/fdt.h
parentb394a92597a5ee766dca42478e12492aba399543 (diff)
downloadriscv-pk-75f1854cd9d665dd6a7ed3bff7556b98e5a4a26c.zip
riscv-pk-75f1854cd9d665dd6a7ed3bff7556b98e5a4a26c.tar.gz
riscv-pk-75f1854cd9d665dd6a7ed3bff7556b98e5a4a26c.tar.bz2
plic: discovered via fdt
Diffstat (limited to 'machine/fdt.h')
-rw-r--r--machine/fdt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/machine/fdt.h b/machine/fdt.h
index ee17007..41c1b52 100644
--- a/machine/fdt.h
+++ b/machine/fdt.h
@@ -56,6 +56,7 @@ const uint32_t *fdt_get_size(const struct fdt_scan_node *node, const uint32_t *b
// Setup memory+clint+plic
void query_mem(uintptr_t fdt);
void query_harts(uintptr_t fdt);
+void query_plic(uintptr_t fdt);
void query_clint(uintptr_t fdt);
#endif