kernel/cards.i
2024-03-19 09:24:10 -05:00

7 lines
178 B
OpenEdge ABL

ifnd CARDS_I
CARDS_I equ 1
; Finds the first card with the type in d0.b, and returns it's IO base address in a0, or 0 if not found
; Clobbers d1
xref find_first_card
endif