16 lines · c
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 or4 * redistributing this file, you may do so under either license.5 *6 * Copyright(c) 2024 Intel Corporation7 */8 9#ifndef __SOF_INTEL_LNL_H10#define __SOF_INTEL_LNL_H11 12#define LNL_DSP_REG_HFDSC 0x160200 /* DSP core0 status */13#define LNL_DSP_REG_HFDEC 0x160204 /* DSP core0 error */14 15#endif /* __SOF_INTEL_LNL_H */16