mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-13 16:42:11 +00:00
13 lines
243 B
C
13 lines
243 B
C
/*
|
|
* Copyright (C) 2020 Fresco Logic
|
|
* Copyright (C) 2020 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-plugin.h"
|
|
|
|
gchar *fu_fresco_pd_version_from_buf (const guint8 ver[4]);
|