mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-13 12:39:40 +00:00
31 lines
663 B
C
31 lines
663 B
C
/*
|
|
* Copyright (C) 2015 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/**
|
|
* SECTION:fwupd
|
|
* @short_description: Helper objects for accessing fwupd
|
|
*/
|
|
|
|
#define __FWUPD_H_INSIDE__
|
|
|
|
#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-security-attr.h>
|
|
#include <libfwupd/fwupd-release.h>
|
|
#include <libfwupd/fwupd-remote.h>
|
|
#include <libfwupd/fwupd-version.h>
|
|
|
|
#ifndef FWUPD_DISABLE_DEPRECATED
|
|
#include <libfwupd/fwupd-deprecated.h>
|
|
#endif
|
|
|
|
#undef __FWUPD_H_INSIDE__
|