X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fwinbond%2Fw83627ehg%2Fchip.h;h=21a53de4ab6729bfe8985770341f4d8dc8b9a4d6;hb=7fa0819ecf076c283c942d4af5e9bcfaf8c4bd49;hp=e95365357a453a0374def233dd35de18a16c4d96;hpb=f648d619c994f856d6ca7d86fe18c532a974d31b;p=coreboot.git diff --git a/src/superio/winbond/w83627ehg/chip.h b/src/superio/winbond/w83627ehg/chip.h index e95365357..21a53de4a 100644 --- a/src/superio/winbond/w83627ehg/chip.h +++ b/src/superio/winbond/w83627ehg/chip.h @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef SUPERIO_WINBOND_W83627EHG_CHIP_H +#define SUPERIO_WINBOND_W83627EHG_CHIP_H + #include #include @@ -28,3 +31,5 @@ struct superio_winbond_w83627ehg_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; }; + +#endif