Various Super I/O fixes and corrections.
[coreboot.git] / src / superio / via / vt1211 / chip.h
index 66e30538f850dd2f83408680b8058500e8eb68c2..4d88e9637ee8f85b311b6b9855699be3c8389384 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _SUPERIO_VIA_VT1211
-#define _SUPERIO_VIA_VT1211
+#ifndef SUPERIO_VIA_VT1211_CHIP_H
+#define SUPERIO_VIA_VT1211_CHIP_H
 
 #include <uart8250.h>
 
@@ -29,4 +29,4 @@ struct superio_via_vt1211_config {
        struct uart8250 com1, com2;
 };
 
-#endif /* _SUPERIO_VIA_VT1211 */
+#endif