mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 16:36:48 +07: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);
|