xref: /linux/drivers/firmware/cirrus/cs_dsp.h (revision 6f7e6393d1ce636bb7ec77a7fe7b77458fddf701)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * cs_dsp.h  --  Private header for cs_dsp driver.
4  *
5  * Copyright (C) 2026 Cirrus Logic, Inc. and
6  *                    Cirrus Logic International Semiconductor Ltd.
7  */
8 
9 #ifndef FW_CS_DSP_H
10 #define FW_CS_DSP_H
11 
12 #if IS_ENABLED(CONFIG_KUNIT)
13 extern bool cs_dsp_suppress_err_messages;
14 extern bool cs_dsp_suppress_warn_messages;
15 extern bool cs_dsp_suppress_info_messages;
16 #endif
17 
18 #endif /* ifndef FW_CS_DSP_H */
19