Files
base/drivers/source/camera/csi-baremetal/excam/ex_max96706.h
2025-11-07 09:57:14 +08:00

17 lines
333 B
C

/**
* @file ex_max96706.h
* @brief export header for max96706
*
* @copyright Copyright (c) 2021 Semidrive Semiconductor.
* All rights reserved.
*/
#ifndef __EX_MAX96706_H__
#define __EX_MAX96706_H__
#include "exvdev.h"
struct vdev_device *max96706_init(void *init_data);
#endif /* __EX_MAX96706_H__ */