3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-01 07:42:18 +00:00
Brooklyn/include/linux/gralloc.h

10 lines
215 B
C
Raw Permalink Normal View History

2022-04-02 13:17:33 +00:00
#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