Files
1CAR/drivers/source/camera/csi-rtos/excam/ex_max9276.h
2025-10-25 21:11:06 +08:00

16 lines
724 B
C

/* ============================================================================================================================
** (C) Copyright 2022 Kotei
** Author: Luo Yajun
** Date: 2022/9/29
============================================================================================================================ */
#ifndef EX_MAX9276_H
#define EX_MAX9276_H
/* ========================================================================================================================= */
#include "exvdev.h"
/* ========================================================================================================================= */
struct vdev_device *max9276_init(void *init_data);
#endif /* EX_MAX9276_H */