/* SPDX-License-Identifier: GPL-2.0 */ /* * NOTE: This header *must not* be included. * * If you're implementing a GPIO driver, only include * If you're implementing a GPIO consumer, only include * If you're using the legacy interfaces, include */ #ifndef __LINUX_GPIO_H #define __LINUX_GPIO_H #include #ifdef CONFIG_GPIOLIB #include #endif #ifdef CONFIG_GPIOLIB_LEGACY #include #endif /* CONFIG_GPIOLIB_LEGACY */ #endif /* __LINUX_GPIO_H */