mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-03 01:06:06 +00:00
13 lines
290 B
C
13 lines
290 B
C
/*
|
|
* Copyright (C) 2016 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_ALTOS_DEVICE (fu_altos_device_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuAltosDevice, fu_altos_device, FU, ALTOS_DEVICE, FuUsbDevice)
|