X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fite%2Fit8671f%2Fchip.h;h=7fa7e26f578b20d15042be40901d2f6facd06e34;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=689d25692963fbe124a3d5f9337da48b50f366bb;hpb=f28674ec3c3349640733effc6026e7148b447550;p=coreboot.git diff --git a/src/superio/ite/it8671f/chip.h b/src/superio/ite/it8671f/chip.h index 689d25692..7fa7e26f5 100644 --- a/src/superio/ite/it8671f/chip.h +++ b/src/superio/ite/it8671f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the coreboot project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify @@ -16,18 +18,18 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _SUPERIO_ITE_IT8671F -#define _SUPERIO_ITE_IT8671F +#ifndef SUPERIO_ITE_IT8671F_CHIP_H +#define SUPERIO_ITE_IT8671F_CHIP_H +#include #include #include extern struct chip_operations superio_ite_it8671f_ops; struct superio_ite_it8671f_config { - struct uart8250 com1, com2; + struct pc_keyboard keyboard; }; -#endif /* _SUPERIO_ITE_IT8671F */ - +#endif