litex: reorganize things, first work working version
[litex.git] / litex / soc / software / include / base / id.h
1 #ifndef __ID_H
2 #define __ID_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void get_sysid_formatted(char *sysid);
9 void id_print(void);
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif /* __ID_H */