Files
2024-05-07 18:09:20 +08:00

8 lines
176 B
C
Executable File

#ifndef __DD_AGPS_H__
#define __DD_AGPS_H__
#include <tsemaphore.h>
int create_GET_AGPS_thread();
extern cdx_sem_t mSemGetAgpsStart;
extern int agps_readback_data_size;
#endif