11 lines
179 B
C
11 lines
179 B
C
#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
|
|
|