X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2Fnsc%2Fpc87427%2Fchip.h;h=531e2df58e1bed80432367ae771c7b593c820227;hb=7fa0819ecf076c283c942d4af5e9bcfaf8c4bd49;hp=bc6afcdffcd2aef39e37abf384317b9a41d12c3c;hpb=f648d619c994f856d6ca7d86fe18c532a974d31b;p=coreboot.git diff --git a/src/superio/nsc/pc87427/chip.h b/src/superio/nsc/pc87427/chip.h index bc6afcdff..531e2df58 100644 --- a/src/superio/nsc/pc87427/chip.h +++ b/src/superio/nsc/pc87427/chip.h @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef SUPERIO_NSC_PC87427_CHIP_H +#define SUPERIO_NSC_PC87427_CHIP_H + extern struct chip_operations superio_nsc_pc87427_ops; #include @@ -28,3 +31,5 @@ struct superio_nsc_pc87427_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; }; + +#endif