]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Fri, 11 Jul 2025 12:48:16 +0000 (05:48 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Fri, 11 Jul 2025 12:48:16 +0000 (05:48 -0700)
open-vm-tools/lib/include/guestInfo.h

index 0107b7f3c40adca66a2a8dfaebef2029928cac28..7558623921e7bba955e5fb28379763f0a8318f20 100644 (file)
@@ -1,5 +1,6 @@
 /*********************************************************
- * Copyright (C) 2003-2021 VMware, Inc. All rights reserved.
+ * Copyright (c) 2003-2025 Broadcom. All Rights Reserved.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
 #define _GUEST_INFO_H_
 
 #define INCLUDE_ALLOW_USERLEVEL
+#define INCLUDE_ALLOW_VMCORE
 #include "includeCheck.h"
 
 #include "vm_basic_types.h"
 
+#ifndef VMCORE
 #include "dbllnklst.h"
 #include "guestrpc/nicinfo.h"
 
@@ -118,6 +121,9 @@ typedef struct _DiskInfo {
 #define DISK_INFO_KEY_DISK_UUID        "uuid"
 #define DISK_INFO_KEY_DISK_FSTYPE      "fstype"
 #define DISK_INFO_KEY_DISK_DEVICE_ARR  "devices"
+#endif
+
+Bool GuestInfo_ParseOSDetailedData(char *keyName, char **value);
 
 /**
  * @}