]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/initrd-util.h
Merge pull request #28301 from berrange/cvm-lockdown
[thirdparty/systemd.git] / src / basic / initrd-util.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <stdbool.h>
5
6 bool in_initrd(void);
7 void in_initrd_force(bool value);