Files
systemd/src/boot/bootctl-util.h
2024-06-19 16:28:28 +02:00

11 lines
197 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
int sync_everything(void);
const char* get_efi_arch(void);
int get_file_version(int fd, char **ret);
int settle_entry_token(void);