mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-05 18:06:26 +00:00

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.
15 lines
305 B
C
15 lines
305 B
C
/*
|
|
* Copyright (C) 2018 Richard Hughes <richard@hughsie.com>
|
|
* Copyright (C) 2019 Mario Limonciello <mario.limonciello@dell.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <gio/gio.h>
|
|
|
|
#include "fu-volume.h"
|
|
|
|
FuVolume *fu_volume_new_from_mount_path (const gchar *mount_path);
|