Skip to content

Commit 4a64634

Browse files
authored
DD/DA IDE Bus
1 parent ed93f51 commit 4a64634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rom/devs/ata/ata.h

+1
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ void ata_init_unit(struct ata_Bus *bus, struct ata_Unit *unit, UBYTE u);
409409

410410
BOOL ata_RegisterVolume(ULONG StartCyl, ULONG EndCyl, struct ata_Unit *unit);
411411
void BusTaskCode(struct ata_Bus *bus, struct ataBase *ATABase);
412+
void BusTaskCode2(struct ata_Bus *bus, struct ataBase *ATABase);
412413
void DaemonCode(struct ataBase *LIBBASE, struct ata_Controller *ataNode);
413414

414415
BYTE SCSIEmu(struct ata_Unit*, struct SCSICmd*);

0 commit comments

Comments
 (0)