mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-18 00:31:54 +00:00
16 lines
243 B
C
16 lines
243 B
C
/*
|
|
* Copyright (C) 2018 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-usb-device.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
const gchar *fu_usb_device_get_platform_id (FuUsbDevice *self);
|
|
|
|
G_END_DECLS
|