aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/vmm/vmm_aplic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/vmm/vmm_aplic.h')
-rw-r--r--sys/riscv/vmm/vmm_aplic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/riscv/vmm/vmm_aplic.h b/sys/riscv/vmm/vmm_aplic.h
index 49510221b419..96018fe9adda 100644
--- a/sys/riscv/vmm/vmm_aplic.h
+++ b/sys/riscv/vmm/vmm_aplic.h
@@ -49,6 +49,5 @@ void aplic_cpuinit(struct hypctx *hypctx);
void aplic_cpucleanup(struct hypctx *hypctx);
void aplic_flush_hwstate(struct hypctx *hypctx);
void aplic_sync_hwstate(struct hypctx *hypctx);
-int aplic_max_cpu_count(struct hyp *hyp);
#endif /* !_VMM_APLIC_H_ */