mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-13 06:27:18 +00:00

The MEI code is soon going to be used by a new plugin, so split it out into libfwupdplugin like we did i2c.
13 lines
280 B
C
13 lines
280 B
C
/*
|
|
* Copyright (C) 2022 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_AMT_DEVICE (fu_amt_device_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuAmtDevice, fu_amt_device, FU, AMT_DEVICE, FuMeiDevice)
|