X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fite%2Fit8716f%2Fchip.h;h=16b69ce2614c10702ed6d716bae7cfa645d67c1f;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=897825e210e32c804853aa7f7d7725ddcd394f65;hpb=f28674ec3c3349640733effc6026e7148b447550;p=coreboot.git diff --git a/src/superio/ite/it8716f/chip.h b/src/superio/ite/it8716f/chip.h index 897825e21..16b69ce26 100644 --- a/src/superio/ite/it8716f/chip.h +++ b/src/superio/ite/it8716f/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_IT8716F -#define _SUPERIO_ITE_IT8716F +#ifndef SUPERIO_ITE_IT8716F_CHIP_H +#define SUPERIO_ITE_IT8716F_CHIP_H +#include #include #include 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