C++程序  |  9行  |  120 B

#ifndef __HARDWARE_GRALLOC_H__
#define __HARDWARE_GRALLOC_H__

enum {
    GRALLOC_USAGE_HW_FB = 0x00001000U,
};

#endif