mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-02 22:28:45 +00:00
16 lines
348 B
C
16 lines
348 B
C
/*
|
|
* Copyright (C) 2016 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_EBITDO_FIRMWARE (fu_ebitdo_firmware_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuEbitdoFirmware, fu_ebitdo_firmware, FU, EBITDO_FIRMWARE, FuFirmware)
|
|
|
|
FuFirmware *
|
|
fu_ebitdo_firmware_new(void);
|