zephyr/subsys/mgmt/hawkbit/hawkbit_firmware.h
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...>
In order to bring consistency in-tree, migrate all subsystems code to
the new prefix <zephyr/...>. Note that the conversion has been scripted,
refer to zephyrproject-rtos#45388 for more details.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-05-09 12:07:35 +02:00

17 lines
348 B
C

/*
* Copyright (c) 2020 Linumiz
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __HAWKBIT_FIRMWARE_H__
#define __HAWKBIT_FIRMWARE_H__
#include <zephyr/drivers/flash.h>
#include <zephyr/dfu/mcuboot.h>
#include <zephyr/dfu/flash_img.h>
bool hawkbit_get_firmware_version(char *version, int version_len);
#endif /* __HAWKBIT_FIRMWARE_H__ */