/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include bool in_initrd(void); void in_initrd_force(bool value);