| 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); | 
| 7 | 
| 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); | 
| 7 |