Add #include guards to all Super I/O header files (trivial).
[coreboot.git] / src / superio / fintek / f71859 / f71859.h
index 74c108e878d0a3b84b325e4a02e506f647a41a68..b9aed6e0ff48ff6dc9d8db048e5cfd0ac7569fcf 100755 (executable)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-/* Logical Device Numbers (LDN). */
+#ifndef SUPERIO_FINTEK_F71859_F71859_H
+#define SUPERIO_FINTEK_F71859_F71859_H
 
+/* Logical Device Numbers (LDN). */
 #define F71859_SP1     0x03    /* UART1 */
 
+#endif