summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hyperv_timer.h
blob: 388fa81b8f3854bd2604d4ad210d8aca4fb5b835 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_HYPERV_TIMER_H
#define _ASM_X86_HYPERV_TIMER_H

#include <asm/msr.h>

#define hv_get_raw_timer() rdtsc_ordered()

#endif