mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-11 10:05:30 +00:00
13 lines
296 B
C
13 lines
296 B
C
/*
|
|
* Copyright (C) 2019 Mario Limonciello <mario.limonciello@dell.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-plugin.h"
|
|
|
|
#define FU_TYPE_EMMC_DEVICE (fu_emmc_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuEmmcDevice, fu_emmc_device, FU, EMMC_DEVICE, FuUdevDevice)
|