From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:40 +0000 (-0700) Subject: Change to shared header file unrelated to open-vm-tools. X-Git-Tag: stable-10.2.0~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7512d420ef13408426928df08d0505c46c6522a;p=thirdparty%2Fopen-vm-tools.git Change to shared header file unrelated to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index e5a9faffd..11941ae7e 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -222,7 +222,11 @@ extern "C" { # define BDOOR_STEALCLOCK_STATUS_DISABLED 0 # define BDOOR_STEALCLOCK_STATUS_ENABLED 1 #define BDOOR_CMD_GUEST_PAGE_HINTS 92 /* CPL 0 only */ -#define BDOOR_CMD_MAX 93 +#define BDOOR_CMD_FIRMWARE_UPDATE 93 /* CPL 0 only. */ +# define BDOOR_CMD_FU_GET_HOST_VERSION 0 +# define BDOOR_CMD_FU_UPDATE_FROM_HOST 1 +# define BDOOR_CMD_FU_LOCK 2 +#define BDOOR_CMD_MAX 94 /*