repo.or.cz
/
libogc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reverted GX FIFO breakage.
[libogc.git]
/
gc
/
ogc
/
lwp_wkspace.h
blob
c5dd500a233ad4594e936a3a86f76c6906a2b68e
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
11
extern
heap_cntrl __wkspace_heap
;
12
13
void
__lwp_wkspace_init
(
u32 size
);
14
15
#ifdef LIBOGC_INTERNAL
16
#include <libogc/lwp_wkspace.inl>
17
#endif
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
#endif