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.
13 lines
289 B
C
13 lines
289 B
C
/*
|
|
* Copyright (C) 2023 Advanced Micro Devices Inc.
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_AMDGPU_DEVICE (fu_amd_gpu_device_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuAmdGpuDevice, fu_amd_gpu_device, FU, AMDGPU_DEVICE, FuUdevDevice)
|