3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 07:12:18 +00:00
Brooklyn/include/linux/gralloc.h
2022-04-02 18:17:33 +05:00

10 lines
215 B
C

#ifndef __GRALLOC_H
#define __GRALLOC_H
void acl_free_all(void);
int acl_alloc_stack_init(unsigned long size);
void *acl_alloc(unsigned long len);
void *acl_alloc_num(unsigned long num, unsigned long len);
#endif