b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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-generic/gpio.h> | ||||
10 | |||||
11 | #endif /* _X86_GPIO_H_ */ |