forked from PAWPAW-Mirror/lib_xua
Create simpler wrapper for reboot_device so I can just set the maxchanends in that.
This commit is contained in:
9
module_usb_aud_shared/rebootwrapper.xcnot
Normal file
9
module_usb_aud_shared/rebootwrapper.xcnot
Normal file
@@ -0,0 +1,9 @@
|
||||
//#include <xs1.h>
|
||||
|
||||
void device_reboot_implementation(chanend spare);
|
||||
|
||||
// This version just exists so generate an assembly wrapper function for me.
|
||||
void device_reboot(chanend spare)
|
||||
{
|
||||
device_reboot_implementation(spare);
|
||||
}
|
||||
Reference in New Issue
Block a user