percpu: convert spin_lock_irq to spin_lock_irqsave.
[linux/fpc-iii.git] / drivers / virt / vboxguest / vboxguest_version.h
blob77f0c8f8a23112f1d3c16b237514237767bab398
1 /* SPDX-License-Identifier: (GPL-2.0 OR CDDL-1.0) */
2 /*
3 * VBox Guest additions version info, this is used by the host to determine
4 * supported guest-addition features in some cases. So this will need to be
5 * synced with vbox upstreams versioning scheme when we implement / port
6 * new features from the upstream out-of-tree vboxguest driver.
7 */
9 #ifndef __VBOX_VERSION_H__
10 #define __VBOX_VERSION_H__
12 /* Last synced October 4th 2017 */
13 #define VBG_VERSION_MAJOR 5
14 #define VBG_VERSION_MINOR 2
15 #define VBG_VERSION_BUILD 0
16 #define VBG_SVN_REV 68940
17 #define VBG_VERSION_STRING "5.2.0"
19 #endif