1 #ifndef __HARDWARE_GRALLOC_H__
2 #define __HARDWARE_GRALLOC_H__
3 
4 enum {
5     GRALLOC_USAGE_HW_FB = 0x00001000U,
6 };
7 
8 #endif
9