1 2 3 4 5 6 7 8 9 10 11
#ifndef _QEMU_YAGL_VERSION_H #define _QEMU_YAGL_VERSION_H #include "qemu-common.h" /* * Whenever protocol changes be sure to bump this. */ #define YAGL_VERSION 8 #endif