X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fsmsc%2Flpc47n227%2Fchip.h;h=8b3a2c9dfcb3d9da9ee69a829205d03a5c64c86f;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=ef1030751e950635e8a5f0db08b01eb7a8916512;hpb=55426dfd577a6f7eddb5e4918ad0401537807ae9;p=coreboot.git diff --git a/src/superio/smsc/lpc47n227/chip.h b/src/superio/smsc/lpc47n227/chip.h index ef1030751..8b3a2c9df 100644 --- a/src/superio/smsc/lpc47n227/chip.h +++ b/src/superio/smsc/lpc47n227/chip.h @@ -17,6 +17,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef SUPERIO_SMSC_LPC47N227_CHIP_H +#define SUPERIO_SMSC_LPC47N227_CHIP_H + #include #include #include @@ -24,6 +27,8 @@ extern struct chip_operations superio_smsc_lpc47n227_ops; struct superio_smsc_lpc47n227_config { - struct uart8250 com1, com2; + struct pc_keyboard keyboard; }; + +#endif