2015-06-30 09:31:36 -07:00
|
|
|
/*
|
2019-06-25 15:53:52 -04:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2015-06-30 09:31:36 -07:00
|
|
|
*
|
2017-01-18 17:01:01 -08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-06-30 09:31:36 -07:00
|
|
|
*/
|
2018-09-14 10:43:44 -07:00
|
|
|
#ifndef ZEPHYR_INCLUDE_GPIO_H_
|
|
|
|
#define ZEPHYR_INCLUDE_GPIO_H_
|
2016-03-23 12:01:06 +01:00
|
|
|
|
2019-06-25 15:53:52 -04:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/gpio.h> instead."
|
2018-03-17 12:44:40 +01:00
|
|
|
#endif
|
|
|
|
|
2019-06-25 15:53:52 -04:00
|
|
|
#include <drivers/gpio.h>
|
2018-03-17 12:44:40 +01:00
|
|
|
|
2018-09-14 10:43:44 -07:00
|
|
|
#endif /* ZEPHYR_INCLUDE_GPIO_H_ */
|