Files
2026-08-13 16:50:52 +08:00

7 lines
80 B
C

#ifndef __ADB_SYNC_H__
#define __ADB_SYNC_H__
int adb_sync_init(void);
#endif