repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
x86
/
lib
/
msr-reg-export.c
blob
876b4168ab0adcee40cb09c8bcf9f7858b1f3fb3
1
// SPDX-License-Identifier: GPL-2.0
2
#include <linux/export.h>
3
#include <asm/msr.h>
4
5
EXPORT_SYMBOL
(
rdmsr_safe_regs
);
6
EXPORT_SYMBOL
(
wrmsr_safe_regs
);