2017-12-17 18:46:02 +08:00
|
|
|
/*
|
2019-06-26 03:53:56 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2017-12-17 18:46:02 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_LED_H_
|
|
|
|
#define ZEPHYR_INCLUDE_LED_H_
|
2017-12-17 18:46:02 +08:00
|
|
|
|
2019-06-26 03:53:56 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/led.h> instead."
|
|
|
|
#endif
|
2017-12-17 18:46:02 +08:00
|
|
|
|
2019-06-26 03:53:56 +08:00
|
|
|
#include <drivers/led.h>
|
2018-05-04 02:16:58 +08:00
|
|
|
|
2019-06-26 03:53:56 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_LED_H_ */
|