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
Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux...
[linux/fpc-iii.git]
/
arch
/
x86
/
lib
/
msr-reg-export.c
blob
ff29e8d3941472f02702dd314fb825f54de736ea
1
#include <linux/export.h>
2
#include <asm/msr.h>
3
4
EXPORT_SYMBOL
(
rdmsr_safe_regs
);
5
EXPORT_SYMBOL
(
wrmsr_safe_regs
);