Fix typo, add datasheet info, minor cosmetic fixes (trivial).
[coreboot.git] / src / superio / fintek / f71805f / chip.h
index 355e019569e8d9fec10916d0e38e626d62e53b6e..a256239e4ba4ac2d8b953259ead01eb23f935d4a 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <device/device.h>
 #include <uart8250.h>
 
-struct chip_operations;
+/* This chip doesn't have keyboard and mouse support. */
+
 extern struct chip_operations superio_fintek_f71805f_ops;
 
 struct superio_fintek_f71805f_config {