diff options
Diffstat (limited to 'hw/yagl/yagl_version.h')
-rw-r--r-- | hw/yagl/yagl_version.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/yagl/yagl_version.h b/hw/yagl/yagl_version.h index f05d6171a5..f510abb2e1 100644 --- a/hw/yagl/yagl_version.h +++ b/hw/yagl/yagl_version.h @@ -33,8 +33,10 @@ #include "qemu-common.h" /* - * Whenever protocol changes be sure to bump this. + * Whenever qemu-kernel interface changes be sure to bump this. */ -#define YAGL_VERSION 24 +#define YAGL_VERSION 1 + +extern uint32_t yagl_protocol_version; #endif |