fwupd/libfwupd/fwupd.h
Richard Hughes 3a8824d4e7 Add FwupdReport to expose the signed reports from QA teams
Some front end clients are going to be allow-listing updates based on what
the release was tested on, or by who the testing team was.

Export this data from each report when requested.
2022-11-29 16:55:55 +00:00

31 lines
766 B
C

/*
* Copyright (C) 2015 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#define __FWUPD_H_INSIDE__
#include <libfwupd/fwupd-bios-setting.h>
#include <libfwupd/fwupd-client-sync.h>
#include <libfwupd/fwupd-client.h>
#include <libfwupd/fwupd-common.h>
#include <libfwupd/fwupd-device.h>
#include <libfwupd/fwupd-enums.h>
#include <libfwupd/fwupd-error.h>
#include <libfwupd/fwupd-plugin.h>
#include <libfwupd/fwupd-release.h>
#include <libfwupd/fwupd-remote.h>
#include <libfwupd/fwupd-report.h>
#include <libfwupd/fwupd-request.h>
#include <libfwupd/fwupd-security-attr.h>
#include <libfwupd/fwupd-version.h>
#ifndef FWUPD_DISABLE_DEPRECATED
#include <libfwupd/fwupd-deprecated.h>
#endif
#undef __FWUPD_H_INSIDE__