blob: 586ece6c103b3b423abc24a88418923f2ad3d91a [file] [log] [blame]
Bill Richardson55ae10f2012-10-20 11:44:34 +00001/*
2 * Copyright (c) 2012, Google Inc. All rights reserved.
Simon Glass1b4f25f2014-11-12 22:42:24 -07003 * SPDX-License-Identifier: GPL-2.0
Bill Richardson55ae10f2012-10-20 11:44:34 +00004 */
5
6#ifndef _X86_GPIO_H_
7#define _X86_GPIO_H_
8
Bill Richardson55ae10f2012-10-20 11:44:34 +00009#include <asm-generic/gpio.h>
10
Simon Glass1b4f25f2014-11-12 22:42:24 -070011struct ich6_bank_platdata {
Bin Mengb71eec32014-12-17 15:50:38 +080012 uint16_t base_addr;
Simon Glass1b4f25f2014-11-12 22:42:24 -070013 const char *bank_name;
Simon Glassd6d50db2016-03-06 19:28:13 -070014 int offset;
Simon Glass1b4f25f2014-11-12 22:42:24 -070015};
16
Bill Richardson55ae10f2012-10-20 11:44:34 +000017#endif /* _X86_GPIO_H_ */