X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fwinbond%2Fw83627thg%2Fchip.h;h=30e0378d9921e99b7abbb1291ddc4a3ada1fce13;hb=7fa0819ecf076c283c942d4af5e9bcfaf8c4bd49;hp=3decc8471333c58f7d43c85b619fbf6546ae7b46;hpb=f648d619c994f856d6ca7d86fe18c532a974d31b;p=coreboot.git diff --git a/src/superio/winbond/w83627thg/chip.h b/src/superio/winbond/w83627thg/chip.h index 3decc8471..30e0378d9 100644 --- a/src/superio/winbond/w83627thg/chip.h +++ b/src/superio/winbond/w83627thg/chip.h @@ -20,6 +20,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef SUPERIO_WINBOND_W83627THG_CHIP_H +#define SUPERIO_WINBOND_W83627THG_CHIP_H + #include #include @@ -29,3 +32,5 @@ struct superio_winbond_w83627thg_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; }; + +#endif