Random ITE Super I/O fixes.
[coreboot.git] / src / superio / ite / it8705f / chip.h
index 9ab0019be2a51335db08832c2591afd6dd363973..0697ac77b4058e34b12e578312c6c3f01ff92cfa 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the coreboot project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef _SUPERIO_ITE_IT8705F
-#define _SUPERIO_ITE_IT8705F
+#ifndef SUPERIO_ITE_IT8705F_CHIP_H
+#define SUPERIO_ITE_IT8705F_CHIP_H
 
-/* This chip doesn't seem to have keyboard and mouse support. */
+/* This chip doesn't have keyboard and mouse support. */
 
+#include <device/device.h>
 #include <uart8250.h>
 
 extern struct chip_operations superio_ite_it8705f_ops;
@@ -29,5 +32,4 @@ struct superio_ite_it8705f_config {
        struct uart8250 com1, com2;
 };
 
-#endif /* _SUPERIO_ITE_IT8705F */
-
+#endif