Add qemu_module_dummy and qemu_stamp_xxx to qemu_driver.c
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
// QEMU block driver
|
||||
|
||||
#define BUILD_DSO
|
||||
#define _GNU_SOURCE
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/units.h"
|
||||
@@ -19,6 +20,14 @@
|
||||
|
||||
#include "qemu_proxy.h"
|
||||
|
||||
void qemu_module_dummy(void)
|
||||
{
|
||||
}
|
||||
|
||||
void DSO_STAMP_FUN(void)
|
||||
{
|
||||
}
|
||||
|
||||
typedef struct VitastorClient
|
||||
{
|
||||
void *proxy;
|
||||
|
||||
Reference in New Issue
Block a user