blob: b0fe6ae5e9df07ae5603cea3c4f15b985a2562a8 [file] [log] [blame]
/*
* Copyright (c) 2023, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef CMD_UPDATE_IMAGE_H
#define CMD_UPDATE_IMAGE_H
#include <string>
#include <service/fwu/app/fwu_app.h>
int cmd_update_image(
fwu_app &app,
const std::string &img_type_uuid,
const std::string &img_filename);
#endif /* CMD_UPDATE_IMAGE_H */