blob: 1c7a90d90c1e8216b60fd1f70eafa3486b9157e6 [file] [log] [blame]
/*
* Copyright (c) 2018 O.S.Systems
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __UPDATEHUB_FIRMWARE_H__
#define __UPDATEHUB_FIRMWARE_H__
#include <flash.h>
#include <dfu/mcuboot.h>
#include <dfu/flash_img.h>
bool updatehub_get_firmware_version(char *version, int version_len);
#endif /* __UPDATEHUB_FIRMWARE_H__ */