diff options
Diffstat (limited to 'src/mapi/u_execmem.h')
-rw-r--r-- | src/mapi/u_execmem.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mapi/u_execmem.h b/src/mapi/u_execmem.h new file mode 100644 index 00000000000..13fff8df225 --- /dev/null +++ b/src/mapi/u_execmem.h @@ -0,0 +1,7 @@ +#ifndef _U_EXECMEM_H_ +#define _U_EXECMEM_H_ + +void * +u_execmem_alloc(unsigned int size); + +#endif /* _U_EXECMEM_H_ */ |