X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fsmsc%2Flpc47n217%2Fchip.h;h=89a778c22c542f1f7dcc3a1783064dadf344c9ed;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=a17ded8a75a4ab94d0119c3875f33f37db244311;hpb=d82baa1a2e9a10fc74e225cc9d472a8cf742dfa7;p=coreboot.git diff --git a/src/superio/smsc/lpc47n217/chip.h b/src/superio/smsc/lpc47n217/chip.h index a17ded8a7..89a778c22 100644 --- a/src/superio/smsc/lpc47n217/chip.h +++ b/src/superio/smsc/lpc47n217/chip.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2005 Digital Design Corporation * @@ -18,11 +18,16 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef SUPERIO_SMSC_LPC47N217_CHIP_H +#define SUPERIO_SMSC_LPC47N217_CHIP_H + struct chip_operations; extern struct chip_operations superio_smsc_lpc47n217_ops; #include struct superio_smsc_lpc47n217_config { - struct uart8250 com1, com2; + }; + +#endif