<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20736">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/lib: Add guards on all header files<br><br>Change-Id: Iad9360cdaf972523ab3ce5a351b03a0255f76d63<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/lib/gcov-iov.h<br>M src/lib/tlcl_structures.h<br>2 files changed, 8 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/36/20736/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/lib/gcov-iov.h b/src/lib/gcov-iov.h<br>index 09951fb..65e01c0 100644<br>--- a/src/lib/gcov-iov.h<br>+++ b/src/lib/gcov-iov.h<br>@@ -1,4 +1,8 @@<br>+#ifndef __LIB_GCOV_H__<br>+#define __LIB_GCOV_H__<br> /* Generated automatically by the program `build/gcov-iov'<br>    from `4.7.2 (4 7) and  (*)'.  */<br> <br> #define GCOV_VERSION ((gcov_unsigned_t)0x3430372a)  /* 407* */<br>+<br>+#endif<br>diff --git a/src/lib/tlcl_structures.h b/src/lib/tlcl_structures.h<br>index 880864e..ce650da 100644<br>--- a/src/lib/tlcl_structures.h<br>+++ b/src/lib/tlcl_structures.h<br>@@ -1,4 +1,6 @@<br> /* This file is automatically generated */<br>+#ifndef __LIB_TLCL_STRUCTURES_H__<br>+#define __LIB_TLCL_STRUCTURES_H__<br> <br> const struct s_tpm_extend_cmd{<br>    uint8_t buffer[34];<br>@@ -162,3 +164,5 @@<br> <br> const int kWriteInfoLength = 12;<br> const int kNvDataPublicPermissionsOffset = 60;<br>+<br>+#endif /* __LIB_TLCL_STRUCTURES_H__ */<br></pre><p>To view, visit <a href="https://review.coreboot.org/20736">change 20736</a>. To unsubscribe, 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/20736"/><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: Iad9360cdaf972523ab3ce5a351b03a0255f76d63 </div>
<div style="display:none"> Gerrit-Change-Number: 20736 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>