litex/misoc/software/include/base/id.h
Sebastien Bourdeauducq e92d00f767 move software into misoc
2015-09-28 15:30:19 +08:00

15 lines
181 B
C

#ifndef __ID_H
#define __ID_H
#ifdef __cplusplus
extern "C" {
#endif
void get_sysid_formatted(char *sysid);
void id_print(void);
#ifdef __cplusplus
}
#endif
#endif /* __ID_H */