<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20735">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/acpi: Add guards on all header files<br><br>Change-Id: I1b2d82a85194df6660bc041af8a690acc5469d02<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/acpi/sata.h<br>1 file changed, 5 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/35/20735/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/acpi/sata.h b/src/acpi/sata.h<br>index 8371341..fecf4c6 100644<br>--- a/src/acpi/sata.h<br>+++ b/src/acpi/sata.h<br>@@ -11,6 +11,11 @@<br>  * GNU General Public License for more details.<br>  */<br> <br>+#ifndef __ACPI_SATA_H__<br>+#define __ACPI_SATA_H__<br>+<br> #include <stdint.h><br> <br> void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map);<br>+<br>+#endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/20735">change 20735</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/20735"/><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: I1b2d82a85194df6660bc041af8a690acc5469d02 </div>
<div style="display:none"> Gerrit-Change-Number: 20735 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>