nopenpilot/selfdrive/common/spinner.h

15 lines
161 B
C
Raw Normal View History

2020-01-17 12:01:02 -07:00
#ifndef COMMON_SPINNER_H
#define COMMON_SPINNER_H
#ifdef __cplusplus
extern "C" {
#endif
int spin(int argc, char** argv);
#ifdef __cplusplus
}
#endif
#endif