blob: 7a83cbe8f68ba751f4abbcc8072bb761c2c04d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* QEMU KVM support, paravirtual clock device
*
* Copyright (C) 2011 Siemens AG
*
* Authors:
* Jan Kiszka <jan.kiszka@siemens.com>
*
* This work is licensed under the terms of the GNU GPL version 2.
* See the COPYING file in the top-level directory.
*
*/
void kvmclock_create(void);
|