Merge tag 'v4.4'
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / rk_camsys / camsys_mipicsi_phy.h
1 #ifndef __CAMSYS_MIPICSI_PHY_H__
2 #define __CAMSYS_MIPICSI_PHY_H__
3
4 #include "camsys_internal.h"
5
6 typedef struct camsys_mipiphy_clk_s {
7     struct clk* hclk;
8
9     unsigned int on;
10 } camsys_mipiphy_clk_t;
11
12 int camsys_mipiphy_probe_cb(struct platform_device *pdev, camsys_dev_t *camsys_dev);
13 #endif