mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-06 09:25:40 +00:00

The VBIOS version is actually fetched by udev, this plugin sets up the relationship so it's displayed in the right place.
12 lines
224 B
C
12 lines
224 B
C
/*
|
|
* Copyright (C) 2023 Advanced Micro Devices Inc.
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
G_DECLARE_FINAL_TYPE(FuAmdGpuPlugin, fu_amd_gpu_plugin, FU, AMDGPU_PLUGIN, FuPlugin)
|