Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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.
5 *
6 * Copyright(c) 2024 Intel Corporation
7 */
8
9#ifndef __SOF_INTEL_LNL_H
10#define __SOF_INTEL_LNL_H
11
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 */