Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
eba41c0173c8c27702b720730ed9d399088409f0
/
.
/
arch
/
x86
/
include
/
asm
/
shared
/
msr.h
blob: 1e6ec10b3a151218a55049f324a6e1236ad6489f [
file
]
/* 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 */