diff options
Diffstat (limited to 'src/superio/winbond/w83627thg')
-rw-r--r-- | src/superio/winbond/w83627thg/w83627thg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/winbond/w83627thg/w83627thg.h b/src/superio/winbond/w83627thg/w83627thg.h index 92fbd27cdc..acea3826e9 100644 --- a/src/superio/winbond/w83627thg/w83627thg.h +++ b/src/superio/winbond/w83627thg/w83627thg.h @@ -19,6 +19,8 @@ #ifndef SUPERIO_WINBOND_W83627THG_W83627THG_H #define SUPERIO_WINBOND_W83627THG_W83627THG_H +#include <arch/io.h> + #define W83627THG_FDC 0 /* Floppy */ #define W83627THG_PP 1 /* Parallel port */ #define W83627THG_SP1 2 /* Com1 */ |