litex/software/include/base/id.h

16 lines
181 B
C
Raw Normal View History

2013-05-19 13:44:00 -04:00
#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 */