Files
CoolPi-Armbian-Rockchip-RK3…/drivers/media/i2c/maxim/local/maxim2c/maxim2c_pattern.h
2025-02-04 12:41:12 -06:00

16 lines
266 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
*
*/
#ifndef __MAXIM2C_PATTERN_H__
#define __MAXIM2C_PATTERN_H__
struct maxim2c_pattern {
u32 pattern_mode;
u32 pattern_pclk;
};
#endif /* __MAXIM2C_PATTERN_H__ */