moves to-/fromhost declaration into platform
This commit is contained in:
parent
8cb34baacf
commit
e0807b8cdd
3
env/iss/platform.h
vendored
3
env/iss/platform.h
vendored
@ -22,6 +22,9 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
extern volatile uintptr_t tohost;
|
||||||
|
extern volatile uintptr_t fromhost;
|
||||||
|
|
||||||
void init_pll(void);
|
void init_pll(void);
|
||||||
unsigned long get_cpu_freq(void);
|
unsigned long get_cpu_freq(void);
|
||||||
unsigned long get_timer_freq(void);
|
unsigned long get_timer_freq(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user