summaryrefslogtreecommitdiff
path: root/orc/orcinternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'orc/orcinternal.h')
-rw-r--r--orc/orcinternal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/orc/orcinternal.h b/orc/orcinternal.h
index d1355a0..f7374a4 100644
--- a/orc/orcinternal.h
+++ b/orc/orcinternal.h
@@ -21,9 +21,12 @@ void orc_c64x_init (void);
void orc_c64x_c_init (void);
void orc_mips_init (void);
+typedef struct _OrcCodeRegion OrcCodeRegion;
typedef struct _OrcCodeChunk OrcCodeChunk;
-/* This is internal API, nothing in the public headers returns an OrcCodeChunk */
+/* This is internal API, nothing in the public headers returns an OrcCodeChunk
+ */
+OrcCodeRegion * orc_code_region_alloc (void);
void orc_code_chunk_free (OrcCodeChunk *chunk);
extern int _orc_data_cache_size_level1;