Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 
0003 #ifndef __PVPANIC_H__
0004 #define __PVPANIC_H__
0005 
0006 #define PVPANIC_PANICKED    (1 << 0)
0007 #define PVPANIC_CRASH_LOADED    (1 << 1)
0008 
0009 #endif /* __PVPANIC_H__ */