X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fite%2Fit8661f%2Fchip.h;h=81cf1fc03d7b8135dfebee3b18c53ffcfdcb2263;hb=5c6bae213ea55e1436e010706560d86120b0b286;hp=f00e49e851bd71c06533742ba988107e6bbc3c16;hpb=6018e1ba7f797db3a7f1ae34bdb10ec1fa5c8a6c;p=coreboot.git diff --git a/src/superio/ite/it8661f/chip.h b/src/superio/ite/it8661f/chip.h index f00e49e85..81cf1fc03 100644 --- a/src/superio/ite/it8661f/chip.h +++ b/src/superio/ite/it8661f/chip.h @@ -18,10 +18,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _SUPERIO_ITE_IT8661F -#define _SUPERIO_ITE_IT8661F +#ifndef SUPERIO_ITE_IT8661F_CHIP_H +#define SUPERIO_ITE_IT8661F_CHIP_H -/* This chip doesn't seem to have keyboard and mouse support. */ +/* This chip doesn't have keyboard and mouse support. */ #include #include @@ -32,4 +32,4 @@ struct superio_ite_it8661f_config { struct uart8250 com1, com2; }; -#endif /* _SUPERIO_ITE_IT8661F */ +#endif