Files
onepilot/selfdrive/common/spinner.h
George Hotz 189c815e8f selfdrive/common
old-commit-hash: 368a956b965f64d8c2d833b4d75a973807cd5f1b
2020-01-17 11:01:02 -08: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