RetroArch
lwp_wkspace.h
Go to the documentation of this file.
1 #ifndef __LWP_WKSPACE_H__
2 #define __LWP_WKSPACE_H__
3 
4 #include <gctypes.h>
5 #include <lwp_heap.h>
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
12 
14 
15 #ifdef LIBOGC_INTERNAL
16 #include <libogc/lwp_wkspace.inl>
17 #endif
18 
19 #ifdef __cplusplus
20  }
21 #endif
22 
23 #endif
Data type definitions.
heap_cntrl __wkspace_heap
Definition: lwp_wkspace.c:11
GLsizeiptr size
Definition: glext.h:6559
Definition: lwp_heap.h:35
void __lwp_wkspace_init(u32 size)
Definition: lwp_wkspace.c:32
uint32_t u32
32bit unsigned integer
Definition: gctypes.h:19