diff options
author | Roger Zauner <roger@eskimo.com> | 2007-05-16 06:58:15 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-16 06:58:15 +0000 |
commit | cbe4e1f3d2674236f5e934a3e7c33e750c278cd1 (patch) | |
tree | 916fd8d6f1b8ff57dabcefa52fec6fcfe7f0930f /src/superio/winbond/w83627hf/chip.h | |
parent | 4c0d39fc592857a076f48fbf9552ced2ed702ffe (diff) |
Cosmetic changes: push includes to top of file in chip.h files.
Signed-off-by: Roger Zauner <roger@eskimo.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond/w83627hf/chip.h')
-rw-r--r-- | src/superio/winbond/w83627hf/chip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/winbond/w83627hf/chip.h b/src/superio/winbond/w83627hf/chip.h index 7c2a573831..3f3ba491a9 100644 --- a/src/superio/winbond/w83627hf/chip.h +++ b/src/superio/winbond/w83627hf/chip.h @@ -1,8 +1,8 @@ -extern struct chip_operations superio_winbond_w83627hf_ops; - #include <pc80/keyboard.h> #include <uart8250.h> +extern struct chip_operations superio_winbond_w83627hf_ops; + struct superio_winbond_w83627hf_config { struct uart8250 com1, com2; struct pc_keyboard keyboard; |