diff options
Diffstat (limited to 'roms/openbios/drivers/macio.h')
-rw-r--r-- | roms/openbios/drivers/macio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roms/openbios/drivers/macio.h b/roms/openbios/drivers/macio.h new file mode 100644 index 000000000..36cc4bf72 --- /dev/null +++ b/roms/openbios/drivers/macio.h @@ -0,0 +1,4 @@ +extern phandle_t pic_handle; + +void ob_macio_heathrow_init(const char *path, phys_addr_t addr); +void ob_macio_keylargo_init(const char *path, phys_addr_t addr); |