X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2FNSC%2Fpc97307%2Fchip.h;h=3e6b7f64ad64099971e835cfd7270727f44c1fbd;hb=d86417bfa379de85ba7a52ba626bbdfbed389438;hp=4bca987271bfe201d04f282880528d50f5721d16;hpb=9d65e6ec02f459d539b605317a32bdaecb114117;p=coreboot.git diff --git a/src/superio/NSC/pc97307/chip.h b/src/superio/NSC/pc97307/chip.h index 4bca98727..3e6b7f64a 100644 --- a/src/superio/NSC/pc97307/chip.h +++ b/src/superio/NSC/pc97307/chip.h @@ -8,12 +8,12 @@ #define PNP_DATA_REG 0x15D #endif -extern struct chip_operations superio_NSC_pc97307_ops; +extern struct chip_operations superio_nsc_pc97307_ops; #include #include -struct superio_NSC_pc97307_config { +struct superio_nsc_pc97307_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; };