xref: /openbmc/u-boot/arch/x86/include/asm/gpio.h (revision c15b0b86)
155ae10f8SBill Richardson /*
255ae10f8SBill Richardson  * Copyright (c) 2012, Google Inc. All rights reserved.
31a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
455ae10f8SBill Richardson  */
555ae10f8SBill Richardson 
655ae10f8SBill Richardson #ifndef _X86_GPIO_H_
755ae10f8SBill Richardson #define _X86_GPIO_H_
855ae10f8SBill Richardson 
9*c15b0b86SSimon Glass #include <asm/arch/gpio.h>
1055ae10f8SBill Richardson #include <asm-generic/gpio.h>
1155ae10f8SBill Richardson 
1255ae10f8SBill Richardson #endif /* _X86_GPIO_H_ */
13