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__ */