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

9 lines
120 B
C
Raw Normal View History

2025-08-25 08:28:21 +08:00
#ifndef __HARDWARE_GRALLOC_H__
#define __HARDWARE_GRALLOC_H__
enum {
GRALLOC_USAGE_HW_FB = 0x00001000U,
};
#endif