mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-13 09:15:02 +08:00
6 lines
126 B
C
6 lines
126 B
C
|
#include <linux/module.h>
|
||
|
#include <asm/msr.h>
|
||
|
|
||
|
EXPORT_SYMBOL(native_rdmsr_safe_regs);
|
||
|
EXPORT_SYMBOL(native_wrmsr_safe_regs);
|