X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fnsc%2Fpc87309%2Fchip.h;h=b9f5a7a9f9a4ca3abb6b6eaf466f3f7cad7fc425;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=83b4bfc3a3108bfa93e8decbd9adbf61c6b6bfee;hpb=7e61e45402aba2b90997f4f02ca8266cf65a229a;p=coreboot.git diff --git a/src/superio/nsc/pc87309/chip.h b/src/superio/nsc/pc87309/chip.h index 83b4bfc3a..b9f5a7a9f 100644 --- a/src/superio/nsc/pc87309/chip.h +++ b/src/superio/nsc/pc87309/chip.h @@ -18,12 +18,17 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef SUPERIO_NSC_PC87309_CHIP_H +#define SUPERIO_NSC_PC87309_CHIP_H + #include #include extern struct chip_operations superio_nsc_pc87309_ops; struct superio_nsc_pc87309_config { - struct uart8250 com1, com2; + struct pc_keyboard keyboard; }; + +#endif