]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/mkfs-util.h
Merge pull request #25389 from fbuihuu/update-test-for-opensuse
[thirdparty/systemd.git] / src / shared / mkfs-util.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <stdbool.h>
5
6 #include "sd-id128.h"
7
8 #include "strv.h"
9
10 int mkfs_exists(const char *fstype);
11
12 int mkfs_supports_root_option(const char *fstype);
13
14 int make_filesystem(const char *node, const char *fstype, const char *label, const char *root, sd_id128_t uuid, bool discard);