Files
kolibrios/drivers/vboxguest/data/timesync/structs.inc
lex ab59015ded
Some checks failed
Build system / Check kernel codestyle (pull_request) Has been cancelled
Build system / Build (pull_request) Has been cancelled
Add VBoxGuest driver code
2026-03-04 21:16:17 +03:00

13 lines
637 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
; =============================================================================
; Time Sync Structures
; =============================================================================
; VMMDevReq_GetHostTime (request type 10)
; Возвращает время хоста в формате 100-наносекундных интервалов с 01.01.1601
; (Windows FILETIME формат, он же RTTIMESPEC в VBox)
struct VMMDEV_GET_HOST_TIME
header VMMDEV_HEADER
time_low dd ? ; Младшие 32 бита (100ns units since 1601)
time_high dd ? ; Старшие 32 бита
ends