7 lines
80 B
C
7 lines
80 B
C
#ifndef __ADB_SYNC_H__
|
|
#define __ADB_SYNC_H__
|
|
|
|
int adb_sync_init(void);
|
|
|
|
#endif
|