mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
Add vbox 5.1 driver file
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
f62abee7ad
commit
bfdefc0f02
13
src/vbox/vbox_V5_1.c
Normal file
13
src/vbox/vbox_V5_1.c
Normal file
@ -0,0 +1,13 @@
|
||||
/** @file vbox_V5_1.c
|
||||
* C file to include support for multiple versions of VirtualBox
|
||||
* at runtime.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
/** The API Version */
|
||||
#define VBOX_API_VERSION 5001000
|
||||
/** Version specific prefix. */
|
||||
#define NAME(name) vbox51##name
|
||||
|
||||
#include "vbox_tmpl.c"
|
Loading…
x
Reference in New Issue
Block a user