]> Git Repo - linux.git/blob - arch/x86/include/asm/hyperv_timer.h
drm/xe/tests: Convert xe_mocs live tests
[linux.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
This page took 0.030536 seconds and 4 git commands to generate.