mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 22:54:11 +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);
|