mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-02 14:15:56 +00:00

This plugin is read-only, but can be used to tell what version of SMU firmware is installed.
13 lines
291 B
C
13 lines
291 B
C
/*
|
|
* Copyright (C) 2022 Advanced Micro Devices Inc.
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_AMD_PMC_DEVICE (fu_amd_pmc_device_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuAmdPmcDevice, fu_amd_pmc_device, FU, AMD_PMC_DEVICE, FuUdevDevice)
|