UPSTREAM: superio/winbond/*/header: Include <arch/io.h>

Include <arch/io.h> since functions use types defined in there.

BUG=none
BRANCH=none
TEST=none

Change-Id: Icbfc9f69054b75bd94397da27ebff55b86378190
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: f7ca225a7e
Original-Change-Id: Iba6bcea4377359c15e3148062458186ee222b8e2
Original-Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-on: https://review.coreboot.org/20004
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Philippe Mathieu-Daud <philippe.mathieu.daude@gmail.com>
Original-Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://chromium-review.googlesource.com/524592
This commit is contained in:
Arthur Heymans 2017-06-01 14:59:30 +02:00 committed by chrome-bot
commit 031e579782
4 changed files with 8 additions and 0 deletions

View file

@ -18,6 +18,8 @@
#ifndef SUPERIO_WINBOND_W83627DHG_H
#define SUPERIO_WINBOND_W83627DHG_H
#include <arch/io.h>
#define W83627DHG_FDC 0 /* Floppy */
#define W83627DHG_PP 1 /* Parallel port */
#define W83627DHG_SP1 2 /* Com1 */

View file

@ -18,6 +18,8 @@
#ifndef SUPERIO_WINBOND_W83627EHG_H
#define SUPERIO_WINBOND_W83627EHG_H
#include <arch/io.h>
#define W83627EHG_FDC 0 /* Floppy */
#define W83627EHG_PP 1 /* Parallel port */
#define W83627EHG_SP1 2 /* Com1 */

View file

@ -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 */

View file

@ -18,6 +18,8 @@
#ifndef SUPERIO_WINBOND_WPCD376I_WPCD376I_H
#define SUPERIO_WINBOND_WPCD376I_WPCD376I_H
#include <arch/io.h>
/* Logical Device Numbers (LDN). */
#define WPCD376I_FDC 0 /* Floppy */
#define WPCD376I_LPT 1 /* Parallel port */