summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/include/soc/msr.h
blob: 67e09dcf41ee4964e32f20c2f34c53b070f12a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_MSR_H_
#define _SOC_MSR_H_

#include <intelblocks/msr.h>

#define MSR_PIC_MSG_CONTROL		0x2e
#define MSR_VR_MISC_CONFIG2		0x636

#endif