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

#ifndef _SOC_MSR_H_
#define _SOC_MSR_H_

#include <intelblocks/msr.h>

#define MSR_VR_MISC_CONFIG2		0x636

#endif