2017-02-16 15:51:31 -08:00
|
|
|
/*
|
2019-06-25 15:50:42 -04:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2017-02-16 15:51:31 -08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-09-14 10:43:44 -07:00
|
|
|
#ifndef ZEPHYR_INCLUDE_JSON_H_
|
|
|
|
#define ZEPHYR_INCLUDE_JSON_H_
|
2017-02-16 15:51:31 -08:00
|
|
|
|
2019-06-25 15:50:42 -04:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <data/json.h> instead."
|
|
|
|
#endif
|
2017-11-19 17:57:59 -05:00
|
|
|
|
2019-06-25 15:50:42 -04:00
|
|
|
#include <data/json.h>
|
2017-11-19 17:57:59 -05:00
|
|
|
|
2018-09-14 10:43:44 -07:00
|
|
|
#endif /* ZEPHYR_INCLUDE_JSON_H_ */
|