/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once /*** This file is part of systemd. Copyright 2014 Kay Sievers ***/ #include int base_filesystem_create(const char *root, uid_t uid, gid_t gid);