mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-02 00:37:35 +00:00
18 lines
341 B
C
18 lines
341 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <xmlb.h>
|
|
|
|
#include "fu-chunk.h"
|
|
#include "fu-firmware.h"
|
|
|
|
void
|
|
fu_chunk_export(FuChunk *self, FuFirmwareExportFlags flags, XbBuilderNode *bn);
|
|
gboolean
|
|
fu_chunk_build(FuChunk *self, XbNode *n, GError **error);
|