/* * Copyright (C) 2019 9elements Agency GmbH * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include "fu-plugin.h" #include "fu-device.h" gchar *fu_plugin_coreboot_version_string_to_triplet (const gchar *coreboot_version, GError **error); gchar *fu_plugin_coreboot_get_name_for_type (FuPlugin *plugin, const gchar *vboot_partition);