EDIT: Added missing comments

This commit is contained in:
Bobbi Webber-Manners 2020-09-06 18:58:43 -04:00
parent e18d8f8b27
commit 5e0fa3933f

View File

@ -1756,10 +1756,17 @@ s3d1:
--(*devcnt);
}
/*
* Stub to invoke the slot 3 drive 1 device driver
*/
void s3d1driver(void) {
__asm__("jmp (%v)", s3d1vec);
}
/*
* Stub to invoke the slot 3 drive 2 device driver
*/
void s3d2driver(void) {
__asm__("jmp (%v)", s3d2vec);
}