Files
E3_boot/drivers/source/camera/csi-baremetal/excam/ex_tc9591.h
2025-11-07 10:05:24 +08:00

17 lines
329 B
C

/**
* @file ex_tc9591.h
* @brief export header for Toshiba tc9591
*
* @copyright Copyright (c) 2021 Semidrive Semiconductor.
* All rights reserved.
*/
#ifndef __EX_TC9591_H__
#define __EX_TC9591_H__
#include "exvdev.h"
struct vdev_device *tc9591_init(void *init_data);
#endif /* __EX_TC9591_H__ */