xref: /linux/include/uapi/misc/pvpanic.h (revision 043327875298030095f9c5d04bd41def28275175)
1e0b9a427Szhenwei pi /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2e0b9a427Szhenwei pi 
3e0b9a427Szhenwei pi #ifndef __PVPANIC_H__
4e0b9a427Szhenwei pi #define __PVPANIC_H__
5e0b9a427Szhenwei pi 
6*04332787SThomas Weißschuh #include <linux/const.h>
7*04332787SThomas Weißschuh 
8*04332787SThomas Weißschuh #define PVPANIC_PANICKED	_BITUL(0)
9*04332787SThomas Weißschuh #define PVPANIC_CRASH_LOADED	_BITUL(1)
10e0b9a427Szhenwei pi 
11e0b9a427Szhenwei pi #endif /* __PVPANIC_H__ */
12