Files
baremetal-drivers/driver/csi/bm_csi_dphy.h
2022-09-13 10:34:53 +08:00

20 lines
586 B
C

/*
* Copyright (C) 2021 Alibaba Group Holding Limited
* Author: liuyitong <yitong.lyt@alibaba-inc.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _BM_CSI_DPHY_H_
#define _BM_CSI_DPHY_H_
#include <linux/platform_device.h>
int dw_dphy_rx_probe(struct platform_device *pdev, unsigned int dphyglueiftester, unsigned int sysreg_mipi_csi_ctrl);
int dw_dphy_rx_remove(struct platform_device *pdev);
#endif /*_BM_CSI_DPHY_H_ */