mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
8 lines
116 B
C
8 lines
116 B
C
|
|
#ifndef _U_EXECMEM_H_
|
||
|
|
#define _U_EXECMEM_H_
|
||
|
|
|
||
|
|
void *
|
||
|
|
u_execmem_alloc(unsigned int size);
|
||
|
|
|
||
|
|
#endif /* _U_EXECMEM_H_ */
|