Bill Richardson | eece432 | 2012-10-20 11:44:34 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2012, Google Inc. All rights reserved. |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 3 | * SPDX-License-Identifier: GPL-2.0+ |
Bill Richardson | eece432 | 2012-10-20 11:44:34 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _X86_GPIO_H_ |
| 7 | #define _X86_GPIO_H_ |
| 8 | |
Simon Glass | 23815c0 | 2014-10-10 07:49:17 -0600 | [diff] [blame] | 9 | #include <asm/arch/gpio.h> |
Bill Richardson | eece432 | 2012-10-20 11:44:34 +0000 | [diff] [blame] | 10 | #include <asm-generic/gpio.h> |
| 11 | |
| 12 | #endif /* _X86_GPIO_H_ */ |