wut  v1.5.0
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
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
uint64_t DMAETimeStamp
Timestamp for a DMAE operation.
Definition: sync.h:15
BOOL DMAEWaitDone(DMAETimeStamp timestamp)
Waits for a DMAE operation to complete.
int32_t BOOL
Definition: wut_types.h:7