2017-10-10 03:13:24 +08:00
|
|
|
/*
|
2019-06-26 03:56:36 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2017-10-10 03:13:24 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
#ifndef ZEPHYR_INCLUDE_DISPLAY_H_
|
|
|
|
#define ZEPHYR_INCLUDE_DISPLAY_H_
|
|
|
|
|
2019-06-26 03:56:36 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/display.h> instead."
|
2017-10-10 03:13:24 +08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 03:56:36 +08:00
|
|
|
#include <drivers/display.h>
|
2017-10-10 03:13:24 +08:00
|
|
|
|
2019-06-26 03:56:36 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_DISPLAY_H_ */
|