fwupd/libfwupdplugin/fu-firmware-common.h
Richard Hughes 5c9b1fcc81 Only include the start year in the copyright header
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.
2021-01-07 14:48:16 +00:00

16 lines
440 B
C

/*
* Copyright (C) 2015 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <gio/gio.h>
guint8 fu_firmware_strparse_uint4 (const gchar *data);
guint8 fu_firmware_strparse_uint8 (const gchar *data);
guint16 fu_firmware_strparse_uint16 (const gchar *data);
guint32 fu_firmware_strparse_uint24 (const gchar *data);
guint32 fu_firmware_strparse_uint32 (const gchar *data);