mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 15:37:18 -05:00
Test
This commit is contained in:
parent
d653dc8dee
commit
e444fe6564
|
|
@ -200,6 +200,11 @@ OSSetPeriodicAlarm(OSAlarm *alarm,
|
|||
OSTime interval,
|
||||
OSAlarmCallback callback);
|
||||
|
||||
BOOL
|
||||
OSClangTestFunction(OSAlarm* alarm,
|
||||
OSTime start,
|
||||
OSTime interval,
|
||||
OSAlarmCallback callback);
|
||||
|
||||
/**
|
||||
* Set an alarm tag which is used in OSCancelAlarms for bulk cancellation.
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ WUT_CHECK_SIZE(OSCoroutine, 0x180);
|
|||
|
||||
void
|
||||
OSInitCoroutine(OSCoroutine *coroutine,
|
||||
void *entry,
|
||||
void *stack);
|
||||
void* entry,
|
||||
void* stack);
|
||||
|
||||
uint32_t
|
||||
OSLoadCoroutine(OSCoroutine *coroutine,
|
||||
|
|
@ -49,7 +49,7 @@ uint32_t
|
|||
OSSaveCoroutine(OSCoroutine *coroutine);
|
||||
|
||||
void
|
||||
OSSwitchCoroutine(OSCoroutine *from,
|
||||
OSSwitchCoroutine(OSCoroutine* from,
|
||||
OSCoroutine *to);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
|
|
@ -42,8 +42,7 @@ IRCInit(VPADChan channel,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
IRCResult
|
||||
IRCConnect(VPADChan channel,
|
||||
IRCResult IRCConnect(VPADChan channel,
|
||||
uint16_t timeout,
|
||||
CCRCDCIrdaConnectionType type,
|
||||
CCRCDCIrdaBitrate bitrate,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user