diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 12:24:40 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 14:15:00 +0100 |
commit | 0b676aab33be2fa8b092f1bf5f1f4e04f072eda4 (patch) | |
tree | 6e7dfcbfad46cfedef38e7fc031c3dcac7c479a0 /src/bootctl/bootctl-util.h | |
parent | man: fix typos flagged by Lintian (diff) | |
download | systemd-0b676aab33be2fa8b092f1bf5f1f4e04f072eda4.tar.xz systemd-0b676aab33be2fa8b092f1bf5f1f4e04f072eda4.zip |
Move bootctl to its own source subdirectory
It's been split into a bunch of files and deserves its own subdirectory
similarly to systemctl.
Diffstat (limited to 'src/bootctl/bootctl-util.h')
-rw-r--r-- | src/bootctl/bootctl-util.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bootctl/bootctl-util.h b/src/bootctl/bootctl-util.h new file mode 100644 index 0000000000..4abd4a303b --- /dev/null +++ b/src/bootctl/bootctl-util.h @@ -0,0 +1,10 @@ +/* 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); |