mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-19 19:23:51 +00:00

Mount these while writing out updates. Leave them mounted when done (you gotta reboot anyway).
14 lines
396 B
C
14 lines
396 B
C
/*
|
|
* Copyright (C) 2019 Mario Limonciello <mario.limonciello@dell.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
GPtrArray *fu_uefi_udisks_get_block_devices (GError **error);
|
|
gboolean fu_uefi_udisks_objpath (const gchar *path);
|
|
gboolean fu_uefi_udisks_objpath_is_esp (const gchar *obj);
|
|
gchar *fu_uefi_udisks_objpath_mount (const gchar *path,
|
|
GError **error);
|