/* * Copyright (C) 2015-2016 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include #include #include "dfu-firmware.h" GBytes *dfu_firmware_to_raw (DfuFirmware *firmware, GError **error); gboolean dfu_firmware_from_raw (DfuFirmware *firmware, GBytes *bytes, FwupdInstallFlags flags, GError **error);