17 lines
290 B
C

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