2012-10-20 11:44:34 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2012, Google Inc. All rights reserved.
|
2014-11-13 05:42:24 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0
|
2012-10-20 11:44:34 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _X86_GPIO_H_
|
|
|
|
#define _X86_GPIO_H_
|
|
|
|
|
|
|
|
#include <asm-generic/gpio.h>
|
|
|
|
|
2014-11-13 05:42:24 +00:00
|
|
|
struct ich6_bank_platdata {
|
2014-12-17 07:50:38 +00:00
|
|
|
uint16_t base_addr;
|
2014-11-13 05:42:24 +00:00
|
|
|
const char *bank_name;
|
2016-03-07 02:28:13 +00:00
|
|
|
int offset;
|
2014-11-13 05:42:24 +00:00
|
|
|
};
|
|
|
|
|
2012-10-20 11:44:34 +00:00
|
|
|
#endif /* _X86_GPIO_H_ */
|