/
usr
/
include
/
misc
/
/usr/include/misc
mkdir
upload
Name
Size
Mode
Actions
cxl.h
3936
0644
edit
dl
rm
ocxl.h
1947
0644
edit
dl
rm
pvpanic.h
209
0644
edit
dl
rm
Edit:
/usr/include/misc/pvpanic.h
(209B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __PVPANIC_H__ #define __PVPANIC_H__ #define PVPANIC_PANICKED (1 << 0) #define PVPANIC_CRASH_LOADED (1 << 1) #endif /* __PVPANIC_H__ */
Save
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __PVPANIC_H__ #define __PVPANIC_H__ #define PVPANIC_PANICKED (1 << 0) #define PVPANIC_CRASH_LOADED (1 << 1) #endif /* __PVPANIC_H__ */