wut  1.0.0-beta9
Wii U Toolchain
sync.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
15 typedef uint64_t DMAETimeStamp;
16 
26 BOOL
27 DMAEWaitDone(DMAETimeStamp timestamp);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
DMAEWaitDone
BOOL DMAEWaitDone(DMAETimeStamp timestamp)
Waits for a DMAE operation to complete.
DMAETimeStamp
uint64_t DMAETimeStamp
Timestamp for a DMAE operation.
Definition: sync.h:15
wut.h
BOOL
int32_t BOOL
Definition: wut_types.h:4