Add missing EOT marker.
[coreboot.git] / util / superiotool / superiotool.h
index 5583ec56697540a6d8f00c86f9bbbee40800f380..94918b8867ded8036dc7cf849b1eb3c4d790b540 100644 (file)
@@ -247,7 +247,7 @@ static const struct {
        {probe_idregs_amd,      {0xaa, EOT}},
 #endif
        {probe_idregs_serverengines,    {0x2e, EOT}},
-       {probe_idregs_infineon, {0x2e, 0x4e}},
+       {probe_idregs_infineon, {0x2e, 0x4e, EOT}},
 };
 
 /** Table of functions to print out supported Super I/O chips. */