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