facetimehd: add function to send debug commands to the firmware

This commit is contained in:
Sven Schnelle
2015-11-30 11:49:59 +01:00
parent 67f5198a17
commit cf1e7c2dfb
2 changed files with 72 additions and 0 deletions

View File

@@ -765,4 +765,7 @@ extern int fthd_isp_cmd_channel_hue_set(struct fthd_private *dev_priv, int chann
extern int fthd_isp_cmd_channel_buffer_return(struct fthd_private *dev_priv, int channel);
extern int fthd_start_channel(struct fthd_private *dev_priv, int channel);
extern int fthd_stop_channel(struct fthd_private *dev_priv, int channel);
extern int fthd_isp_debug_cmd(struct fthd_private *dev_priv, enum fthd_isp_cmds command, void *buf,
int request_len, int *response_len);
#endif