Sign in
android-kvm
/
linux
/
5bb6ba448fe3598a7668838942db1f008beb581b
/
.
/
arch
/
x86
/
include
/
asm
/
shared
/
msr.h
blob: 1e6ec10b3a151218a55049f324a6e1236ad6489f [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_X86_SHARED_MSR_H
#define
_ASM_X86_SHARED_MSR_H
struct
msr
{
union
{
struct
{
u32 l
;
u32 h
;
};
u64 q
;
};
};
#endif
/* _ASM_X86_SHARED_MSR_H */