moves to-/fromhost declaration into platform

This commit is contained in:
Eyck Jentzsch 2025-04-14 17:00:41 +02:00
parent 8cb34baacf
commit e0807b8cdd

3
env/iss/platform.h vendored
View File

@ -22,6 +22,9 @@
#include <stdint.h>
extern volatile uintptr_t tohost;
extern volatile uintptr_t fromhost;
void init_pll(void);
unsigned long get_cpu_freq(void);
unsigned long get_timer_freq(void);