OSDN Git Service

clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.h
[tomoyo/tomoyo-test1.git] / arch / x86 / include / asm / hyperv_timer.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_HYPERV_TIMER_H
3 #define _ASM_X86_HYPERV_TIMER_H
4
5 #include <asm/msr.h>
6
7 #define hv_get_raw_timer() rdtsc_ordered()
8
9 #endif