]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-tool.c
MAINTAINERS: Add qemu-ppc to all ppc target stuff
[mirror_qemu.git] / qemu-tool.c
index 226b6e890ec4882a0c2532566124f77cb91b10e9..6b69668258da748f25536bc3c1d5c06a2b017768 100644 (file)
@@ -9,6 +9,8 @@
  * This work is licensed under the terms of the GNU GPL, version 2.  See
  * the COPYING file in the top-level directory.
  *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include "qemu-common.h"
@@ -57,12 +59,12 @@ void monitor_protocol_event(MonitorEvent event, QObject *data)
 {
 }
 
-int64 cpu_get_clock(void)
+int64_t cpu_get_clock(void)
 {
     abort();
 }
 
-int64 cpu_get_icount(void)
+int64_t cpu_get_icount(void)
 {
     abort();
 }