fwupd/plugins/system76-launch/fu-system76-launch-plugin.h
Richard Hughes 99002a7a18 Build many more plugins as builtin
This reduces the plugin directory size by 2.2Mb
2022-09-28 17:01:23 +01:00

16 lines
286 B
C

/*
* Copyright (C) 2022 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <fwupdplugin.h>
G_DECLARE_FINAL_TYPE(FuSystem76LaunchPlugin,
fu_system76_launch_plugin,
FU,
SYSTEM76_LAUNCH_PLUGIN,
FuPlugin)