]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/crash-handler.h
core: align table
[thirdparty/systemd.git] / src / core / crash-handler.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "macro.h"
5
6 _noreturn_ void freeze_or_exit_or_reboot(void);
7 void install_crash_handler(void);