diff options
Diffstat (limited to 'sys/powerpc/include/ofw_machdep.h')
-rw-r--r-- | sys/powerpc/include/ofw_machdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/ofw_machdep.h b/sys/powerpc/include/ofw_machdep.h index 35b09b9..7f3aa0e 100644 --- a/sys/powerpc/include/ofw_machdep.h +++ b/sys/powerpc/include/ofw_machdep.h @@ -31,5 +31,6 @@ #include <sys/bus.h> void OF_getetheraddr(device_t dev, u_char *addr); +int mem_valid(vm_offset_t addr, int len); #endif /* _MACHINE_OFW_MACHDEP_H_ */ |