Files
dragonpilot/selfdrive/common/spinner.h
T
Rick Lan 94518f7761 0.7.0-en
2020-03-31 17:01:49 +10:00

15 lines
161 B
C

#ifndef COMMON_SPINNER_H
#define COMMON_SPINNER_H
#ifdef __cplusplus
extern "C" {
#endif
int spin(int argc, char** argv);
#ifdef __cplusplus
}
#endif
#endif