android13/device/generic/goldfish-opengl/fuchsia/include/hardware/gralloc.h

9 lines
120 B
C

#ifndef __HARDWARE_GRALLOC_H__
#define __HARDWARE_GRALLOC_H__
enum {
GRALLOC_USAGE_HW_FB = 0x00001000U,
};
#endif