blob: cbc87ef69ea0cad0a56d1d6cfb03c3157fe4b06b [file] [log] [blame]
/*
* Copyright (c) 2019 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_ZEPHYR_JWT_H_
#define ZEPHYR_INCLUDE_ZEPHYR_JWT_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <data/jwt.h> instead."
#endif
#include <data/jwt.h>
#endif /* ZEPHYR_INCLUDE_ZEPHYR_JWT_H_ */