mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-21 16:29:06 +00:00
EDIT: Added missing comments
This commit is contained in:
parent
e18d8f8b27
commit
5e0fa3933f
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user