summaryrefslogtreecommitdiffstats
path: root/src/core/crash-handler.h
blob: dc143354d101d24f1634ee785c8d20f3ffc12243 (plain)
1
2
3
4
5
6
7
/* 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);