WUT  0.1
Wii U Toolchain
memory.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 void *
16 OSBlockMove(void *dst,
17  const void *src,
18  uint32_t size,
19  BOOL flush);
20 
21 void *
22 OSBlockSet(void *dst,
23  uint8_t val,
24  uint32_t size);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
void * OSBlockSet(void *dst, uint8_t val, uint32_t size)
void * OSBlockMove(void *dst, const void *src, uint32_t size, BOOL flush)
int BOOL
Definition: wut_types.h:5