mirror of
https://github.com/azure-rtos/guix.git
synced 2025-02-04 07:13:17 +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
|