mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-09 21:29:40 +00:00
14 lines
258 B
C
14 lines
258 B
C
/*
|
|
* Copyright (C) 2019 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-firmware-image.h"
|
|
|
|
void fu_firmware_image_add_string (FuFirmwareImage *self,
|
|
guint idt,
|
|
GString *str);
|