]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/gpio.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / x86 / include / asm / gpio.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2012, Google Inc. All rights reserved.
4  */
5
6 #ifndef _X86_GPIO_H_
7 #define _X86_GPIO_H_
8
9 #include <asm-generic/gpio.h>
10
11 struct ich6_bank_platdata {
12         uint16_t base_addr;
13         const char *bank_name;
14         int offset;
15 };
16
17 #endif /* _X86_GPIO_H_ */