blob: 8459a034e1bebada3f7dddbcc407d7a82a0ee9fe [file] [log] [blame]
#ifndef __HARDWARE_GRALLOC_H__
#define __HARDWARE_GRALLOC_H__
enum {
GRALLOC_USAGE_HW_FB = 0x00001000U,
};
#endif