1 /*
2  * Copyright (c) 2024 Vogl Electronic GmbH
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @file
9  * @brief hawkBit legacy header file
10  */
11 
12 #ifndef ZEPHYR_INCLUDE_MGMT_HAWKBIT_H_
13 #define ZEPHYR_INCLUDE_MGMT_HAWKBIT_H_
14 
15 #warning "<zephyr/mgmt/hawkbit.h> is deprecated, include <zephyr/mgmt/hawkbit/hawkbit.h>, \
16 <zephyr/mgmt/hawkbit/config.h> and <zephyr/mgmt/hawkbit/autohandler.h> instead."
17 
18 #include <zephyr/mgmt/hawkbit/hawkbit.h>
19 #include <zephyr/mgmt/hawkbit/config.h>
20 #include <zephyr/mgmt/hawkbit/autohandler.h>
21 
22 #endif /* ZEPHYR_INCLUDE_MGMT_HAWKBIT_H_ */
23