Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / include / standard-headers / misc / pvpanic.h
blobb1150944316fc616580724dd15e835775590b1ba
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 #ifndef __PVPANIC_H__
4 #define __PVPANIC_H__
6 #include "standard-headers/linux/const.h"
8 #define PVPANIC_PANICKED _BITUL(0)
9 #define PVPANIC_CRASH_LOADED _BITUL(1)
10 #define PVPANIC_SHUTDOWN _BITUL(2)
12 #endif /* __PVPANIC_H__ */