mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
This stuff is sufficiently different from the rest of main.c, let's move it to its own .c/.h file, to make main.c a bit shorter. No code changes, just some refactoring.
8 lines
165 B
C
8 lines
165 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "macro.h"
|
|
|
|
_noreturn_ void freeze_or_exit_or_reboot(void);
|
|
void install_crash_handler(void);
|