X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsuperio%2FNSC%2Fpc97317%2Fchip.h;h=7997dff8bc03cd3922ad1d61ad30201815d7a93f;hb=d86417bfa379de85ba7a52ba626bbdfbed389438;hp=10ad1cc4a7526fc4725343fd1d10a98cff59aa9d;hpb=f327e655ce3bb6f9569b57d7a5ab28a9eab18ca2;p=coreboot.git diff --git a/src/superio/NSC/pc97317/chip.h b/src/superio/NSC/pc97317/chip.h index 10ad1cc4a..7997dff8b 100644 --- a/src/superio/NSC/pc97317/chip.h +++ b/src/superio/NSC/pc97317/chip.h @@ -8,12 +8,12 @@ #define PNP_DATA_REG 0x15D #endif -extern struct chip_operations superio_NSC_pc97317_ops; +extern struct chip_operations superio_nsc_pc97317_ops; #include #include -struct superio_NSC_pc97317_config { +struct superio_nsc_pc97317_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; };