mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
KVM clock shares the same data structures between the guest and the host as Xen so it makes sense to just have a single copy of this code. Differential Revision: https://reviews.freebsd.org/D1429 Reviewed by: royger (eariler version) MFC after: 1 month
6 lines
88 B
C
6 lines
88 B
C
/*-
|
|
* This file is in the public domain.
|
|
*/
|
|
/* $FreeBSD$ */
|
|
|
|
#include <x86/pvclock.h>
|