/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/sound/cs35l35.h -- Platform data for CS35l35 * * Copyright (c) 2016 Cirrus Logic Inc. */ #ifndef __CS35L35_H #define __CS35L35_H struct classh_cfg { … }; struct monitor_cfg { … }; struct cs35l35_platform_data { … }; #endif /* __CS35L35_H */