X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fite%2Fit8716f%2Fchip.h;h=16b69ce2614c10702ed6d716bae7cfa645d67c1f;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=fc52337a2a6b4843a334e40884a0e9204bc57d77;hpb=39b13f4fa0b17b496ded754b875213b72d951129;p=coreboot.git diff --git a/src/superio/ite/it8716f/chip.h b/src/superio/ite/it8716f/chip.h index fc52337a2..16b69ce26 100644 --- a/src/superio/ite/it8716f/chip.h +++ b/src/superio/ite/it8716f/chip.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2006 Uwe Hermann * @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _SUPERIO_ITE_IT8716F -#define _SUPERIO_ITE_IT8716F +#ifndef SUPERIO_ITE_IT8716F_CHIP_H +#define SUPERIO_ITE_IT8716F_CHIP_H #include #include @@ -28,9 +28,8 @@ extern struct chip_operations superio_ite_it8716f_ops; struct superio_ite_it8716f_config { - struct uart8250 com1, com2; + struct pc_keyboard keyboard; }; -#endif /* _SUPERIO_ITE_IT8716F */ - +#endif