xref: /linux/include/uapi/misc/pvpanic.h (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 
3 #ifndef __PVPANIC_H__
4 #define __PVPANIC_H__
5 
6 #define PVPANIC_PANICKED	(1 << 0)
7 #define PVPANIC_CRASH_LOADED	(1 << 1)
8 
9 #endif /* __PVPANIC_H__ */
10