android_mt6572_jiabo/hardware/ti/omap4/libion/ion_ti_custom.h
2025-09-05 16:56:03 +08:00

13 lines
276 B
C

#ifndef __ION_TI_CUSTOM_H
#define __ION_TI_CUSTOM_H
#include <linux/omap_ion.h>
__BEGIN_DECLS
int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags,
struct ion_handle **handle, size_t *stride);
__END_DECLS
#endif /* __ION_TI_CUSTOM_H */