Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
7083bb6060a99a4c7e60e710b70a2ea8fb2d524c
/
.
/
arch
/
x86
/
lib
/
msr-reg-export.c
blob: 876b4168ab0adcee40cb09c8bcf9f7858b1f3fb3 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/export.h>
#include
<asm/msr.h>
EXPORT_SYMBOL
(
rdmsr_safe_regs
);
EXPORT_SYMBOL
(
wrmsr_safe_regs
);