mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-22 08:29:05 +00:00
EDIT: Added missing comments
This commit is contained in:
parent
e18d8f8b27
commit
5e0fa3933f
@ -1756,10 +1756,17 @@ s3d1:
|
|||||||
--(*devcnt);
|
--(*devcnt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Stub to invoke the slot 3 drive 1 device driver
|
||||||
|
*/
|
||||||
void s3d1driver(void) {
|
void s3d1driver(void) {
|
||||||
__asm__("jmp (%v)", s3d1vec);
|
__asm__("jmp (%v)", s3d1vec);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Stub to invoke the slot 3 drive 2 device driver
|
||||||
|
*/
|
||||||
|
|
||||||
void s3d2driver(void) {
|
void s3d2driver(void) {
|
||||||
__asm__("jmp (%v)", s3d2vec);
|
__asm__("jmp (%v)", s3d2vec);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user