mesa/src/mapi/u_execmem.h

8 lines
116 B
C

#ifndef _U_EXECMEM_H_
#define _U_EXECMEM_H_
void *
u_execmem_alloc(unsigned int size);
#endif /* _U_EXECMEM_H_ */