mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-11 22:26:59 +00:00

These are currently used interchangeably since there was indecisiveness which to use as the feature was being developed. As outward facing it will be named with "settings", change all uses in the code to match this.
30 lines
731 B
C
30 lines
731 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-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__
|