mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-09 17:58:50 +00:00

The end year is legally and functionally redundant, and more importantly causes cherry-pick conflicts when trying to maintain old branches. Use git for history.
14 lines
307 B
C
14 lines
307 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-hid-device.h"
|
|
#include "fu-plugin.h"
|
|
|
|
#define FU_TYPE_CSR_DEVICE (fu_csr_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuCsrDevice, fu_csr_device, FU, CSR_DEVICE, FuHidDevice)
|