]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/EfiRom/EfiRom.h
BaseTools/EfiRom: Add multiple device id support
[mirror_edk2.git] / BaseTools / Source / C / EfiRom / EfiRom.h
index 6763d6b1ec28214177bfad892527d59b76844b83..f90c63fbf4ddf6904fa697a70bc0c4a4e8413b82 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 This file contains the relevant declarations required to generate Option Rom File\r
 \r
-Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available \r
 under the terms and conditions of the BSD License which accompanies this \r
 distribution.  The full text of the license may be found at\r
@@ -83,9 +83,9 @@ typedef struct {
   UINT16    ClassCode;\r
   UINT16    PciRevision;\r
   UINT16    VendId;\r
-  UINT16    DevId;\r
+  UINT16    *DevIdList;\r
+  UINT32    DevIdCount;\r
   UINT8     VendIdValid;\r
-  UINT8     DevIdValid;\r
   INT8      Verbose;\r
   INT8      Quiet;\r
   INT8      Debug;\r