2022-01-22 18:09:41 +08:00
|
|
|
#ifndef SCRCPY_OTG_H
|
|
|
|
#define SCRCPY_OTG_H
|
|
|
|
|
|
|
|
#include "common.h"
|
|
|
|
|
|
|
|
#include "options.h"
|
2022-03-05 22:47:58 +08:00
|
|
|
#include "scrcpy.h"
|
2022-01-22 18:09:41 +08:00
|
|
|
|
2022-03-05 22:47:58 +08:00
|
|
|
enum scrcpy_exit_code
|
2022-01-22 18:09:41 +08:00
|
|
|
scrcpy_otg(struct scrcpy_options *options);
|
|
|
|
|
|
|
|
#endif
|