10 lines
195 B
C
10 lines
195 B
C
#ifndef _CYCLIC_H
|
|
#define _CYCLIC_H
|
|
|
|
void doHousekeeping(void);
|
|
void homeCycleIRQ(void);
|
|
uint64_t uptime(void);
|
|
void reset_counters(void);
|
|
int redirect_log(const char *fmt, va_list args);
|
|
|
|
#endif |