Revert "unicode: Don't special case ignorable code points"
[linux.git] / sound / soc / sof / intel / lnl.h
blob79101af84b2e5f4aa9b6caaabb9e7f19633ef451
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
2 /*
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
6 * Copyright(c) 2024 Intel Corporation
7 */
9 #ifndef __SOF_INTEL_LNL_H
10 #define __SOF_INTEL_LNL_H
12 #define LNL_DSP_REG_HFDSC 0x160200 /* DSP core0 status */
13 #define LNL_DSP_REG_HFDEC 0x160204 /* DSP core0 error */
15 #endif /* __SOF_INTEL_LNL_H */