diff --git a/src/syscap_tool.c b/src/syscap_tool.c index 402d00d10f3d665fa3e8238cd618c763b6c0fbbf..3f165800b938f4059d2ca882405f24e9accb596d 100644 --- a/src/syscap_tool.c +++ b/src/syscap_tool.c @@ -27,14 +27,6 @@ #include "create_pcid.h" #include "syscap_tool.h" -typedef struct ProductCompatibilityIDHead { - uint16_t apiVersion : 15; - uint16_t apiVersionType : 1; - uint16_t systemType : 3; - uint16_t reserved : 13; - uint32_t manufacturerID; -} PCIDHead; - typedef struct RequiredProductCompatibilityIDHead { uint16_t apiVersion : 15; uint16_t apiVersionType : 1; @@ -730,4 +722,4 @@ int32_t ComparePcidWithRpcidString(char *pcidFile, char *rpcidFile, uint32_t typ printf("Fail! The pcid does not meet the rpcid\n"); } return 0; -} \ No newline at end of file +}