fwupd/plugins/emmc/fu-emmc-device.h
2021-08-24 11:18:40 -05:00

13 lines
296 B
C

/*
* Copyright (C) 2019 Mario Limonciello <mario.limonciello@dell.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <fwupdplugin.h>
#define FU_TYPE_EMMC_DEVICE (fu_emmc_device_get_type())
G_DECLARE_FINAL_TYPE(FuEmmcDevice, fu_emmc_device, FU, EMMC_DEVICE, FuUdevDevice)