mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
8 lines
122 B
C
8 lines
122 B
C
|
#ifndef __TIME_H
|
||
|
#define __TIME_H
|
||
|
|
||
|
void time_init(void);
|
||
|
int elapsed(int *last_event, int period);
|
||
|
|
||
|
#endif /* __TIME_H */
|