freebsd-dev/sys/i386/include/pvclock.h
Bryan Venteicher d3ccddf3ce Generalized parts of the XEN timer code into a generic pvclock
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
2015-02-04 08:26:43 +00:00

7 lines
88 B
C

/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#include <x86/pvclock.h>