ULONG XHDrvMap( VOID )
Returns a list of
BIOS devices available with
XHDI.
Opcode
6 (0x06)
Availability
Return Value
Returns a bit mask of
BIOS devices supported by the
XHDI driver(s) (see the value returned by
Drvmap()).
Binding
move.w #6,-(sp)
move.l xhdi_handler,a0
jsr (a0)
addq.l #2,sp
See Also