preliminary Intel D945GCLF Atom+i945 support.
[coreboot.git] / src / superio / smsc / lpc47m15x / chip.h
1 struct chip_operations;
2 extern struct chip_operations superio_smsc_lpc47m15x_ops;
3
4 #include <pc80/keyboard.h>
5 #include <uart8250.h>
6
7 struct superio_smsc_lpc47m15x_config {
8         struct uart8250 com1, com2;
9         struct pc_keyboard keyboard;
10 };