fwupd/src/fu-usb-device-private.h
2019-02-09 08:42:30 -06:00

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