2015-09-25 01:57:06 +08:00
|
|
|
/*
|
2019-06-26 03:53:57 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2015-09-25 01:57:06 +08:00
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-09-25 01:57:06 +08:00
|
|
|
*/
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_PINMUX_H_
|
|
|
|
#define ZEPHYR_INCLUDE_PINMUX_H_
|
2015-09-25 01:57:06 +08:00
|
|
|
|
2019-06-26 03:53:57 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/pinmux.h> instead."
|
2016-01-23 01:38:49 +08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 03:53:57 +08:00
|
|
|
#include <drivers/pinmux.h>
|
2016-01-23 01:38:49 +08:00
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_PINMUX_H_ */
|