|
@@ -24,6 +24,7 @@
|
|
|
|
|
|
#include "pvrusb2-i2c-track.h"
|
|
|
|
|
|
+
|
|
|
extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_init;
|
|
|
extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_standard;
|
|
|
extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_radio;
|
|
@@ -38,6 +39,7 @@ extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_log;
|
|
|
void pvr2_v4l2_cmd_stream(struct pvr2_i2c_client *,int);
|
|
|
void pvr2_v4l2_cmd_status_poll(struct pvr2_i2c_client *);
|
|
|
|
|
|
+
|
|
|
#endif /* __PVRUSB2_CMD_V4L2_H */
|
|
|
|
|
|
/*
|