mirror of
https://github.com/morgan9e/systemd
synced 2026-04-16 01:16:10 +09:00
8 lines
141 B
C
8 lines
141 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
bool in_initrd(void);
|
|
void in_initrd_force(bool value);
|