xref: /third_party/mesa3d/src/mapi/u_execmem.h (revision bf215546)
1#ifndef _U_EXECMEM_H_
2#define _U_EXECMEM_H_
3
4void *
5u_execmem_alloc(unsigned int size);
6
7#endif /* _U_EXECMEM_H_ */
8