<p>Bill XIE has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29281">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/bincfg: replenish missing definitions<br><br>There are types 'field_t' and 'field_ptr_t' used in bincfg.h and/or<br>files including it, but these types are defined nowhere, which makes<br>build failed at least on my environments.<br><br>Adding their definitions to bincfg.h results in successful builds.<br><br>Change-Id: I14d47aff149e18f8f86e78dc4e9beb3bbaac3670<br>Signed-off-by: Bill XIE <persmule@gmail.com><br>---<br>M util/bincfg/bincfg.h<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/29281/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/bincfg/bincfg.h b/util/bincfg/bincfg.h</span><br><span>index c0e1242..2081f36 100644</span><br><span>--- a/util/bincfg/bincfg.h</span><br><span>+++ b/util/bincfg/bincfg.h</span><br><span>@@ -28,6 +28,9 @@</span><br><span>         struct field *next;</span><br><span> };</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct field *field_t;</span><br><span style="color: hsl(120, 100%, 40%);">+typedef struct field **field_ptr_t;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /* Bit array intermediary representation */</span><br><span> struct blob {</span><br><span>         unsigned int bloblen;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29281">change 29281</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29281"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I14d47aff149e18f8f86e78dc4e9beb3bbaac3670 </div>
<div style="display:none"> Gerrit-Change-Number: 29281 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Bill XIE <persmule@gmail.com> </div>