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