linuxOS_AP06/app/lvgl_demo/sys/soc.h

11 lines
179 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
#ifndef __SOC_H__
#define __SOC_H__
char *get_compatible_name(void);
char *get_soc_name(char *buf);
char *get_kernel_version(char *buf);
char *get_system_version(void);
#endif