xref: /openbmc/u-boot/arch/x86/include/asm/gpio.h (revision 625509ab)
1 /*
2  * Copyright (c) 2012, Google Inc. All rights reserved.
3  * SPDX-License-Identifier:	GPL-2.0+
4  */
5 
6 #ifndef _X86_GPIO_H_
7 #define _X86_GPIO_H_
8 
9 #include <asm/arch/gpio.h>
10 #include <asm-generic/gpio.h>
11 
12 #endif /* _X86_GPIO_H_ */
13