diff options
Diffstat (limited to 'sys/powerpc/include/platform.h')
-rw-r--r-- | sys/powerpc/include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/platform.h b/sys/powerpc/include/platform.h index cfa7a0d..48ea0e6 100644 --- a/sys/powerpc/include/platform.h +++ b/sys/powerpc/include/platform.h @@ -44,6 +44,7 @@ struct mem_region { }; void mem_regions(struct mem_region **, int *, struct mem_region **, int *); +vm_offset_t platform_real_maxaddr(void); u_long platform_timebase_freq(struct cpuref *); |