1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 2 3 #ifndef __PVPANIC_H__ 3 #ifndef __PVPANIC_H__ 4 #define __PVPANIC_H__ 4 #define __PVPANIC_H__ 5 5 6 #include <linux/const.h> 6 #include <linux/const.h> 7 7 8 #define PVPANIC_PANICKED _BITUL(0) 8 #define PVPANIC_PANICKED _BITUL(0) 9 #define PVPANIC_CRASH_LOADED _BITUL(1) 9 #define PVPANIC_CRASH_LOADED _BITUL(1) 10 #define PVPANIC_SHUTDOWN _BITUL(2) 10 #define PVPANIC_SHUTDOWN _BITUL(2) 11 11 12 #endif /* __PVPANIC_H__ */ 12 #endif /* __PVPANIC_H__ */ 13 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.