<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20737">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/device: Add guards on all header files<br><br>Change-Id: I8641f32ed2221f1d6e6dac884912251f64424f4d<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/device/oprom/include/io.h<br>1 file changed, 4 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/37/20737/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/device/oprom/include/io.h b/src/device/oprom/include/io.h<br>index fc11640..3a723bd 100644<br>--- a/src/device/oprom/include/io.h<br>+++ b/src/device/oprom/include/io.h<br>@@ -11,6 +11,9 @@<br>  * GNU General Public License for more details.<br>  */<br> <br>+#ifndef __OPROM_IO_H__<br>+#define __OPROM_IO_H__<br>+<br> #if IS_ENABLED(CONFIG_ARCH_X86)<br> #include <arch/io.h><br> #else<br>@@ -22,3 +25,4 @@<br> u16 inw(u16 port);<br> u32 inl(u16 port);<br> #endif<br>+#endif /* __OPROM_IO_H__ */<br></pre><p>To view, visit <a href="https://review.coreboot.org/20737">change 20737</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/20737"/><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: I8641f32ed2221f1d6e6dac884912251f64424f4d </div>
<div style="display:none"> Gerrit-Change-Number: 20737 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>