mirror of
https://github.com/azure-rtos/guix.git
synced 2025-01-28 07:03:11 +08:00
9 lines
129 B
C
9 lines
129 B
C
#ifndef _SYSTEM_PNGS_
|
|
#define _SYSTEM_PNGS_
|
|
|
|
struct IMAGE_INFO {
|
|
unsigned char* data;
|
|
int data_len;
|
|
};
|
|
|
|
#endif |