diff options
Diffstat (limited to 'src/superio/winbond/w83977tf')
-rw-r--r-- | src/superio/winbond/w83977tf/chip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/winbond/w83977tf/chip.h b/src/superio/winbond/w83977tf/chip.h index 53118e517e..1957accf1a 100644 --- a/src/superio/winbond/w83977tf/chip.h +++ b/src/superio/winbond/w83977tf/chip.h @@ -1,8 +1,8 @@ -extern struct chip_operations superio_winbond_w83977tf_ops; - #include <pc80/keyboard.h> #include <uart8250.h> +extern struct chip_operations superio_winbond_w83977tf_ops; + struct superio_winbond_w83977tf_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; |