OXIESEC PANEL
- Current Dir:
/
/
usr
/
include
/
misc
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/08/2025 12:05:41 AM
rwxr-xr-x
📄
cxl.h
3.84 KB
01/09/2025 04:52:20 PM
rw-r--r--
📄
ocxl.h
1.9 KB
01/09/2025 04:52:20 PM
rw-r--r--
📄
pvpanic.h
209 bytes
01/09/2025 04:52:20 PM
rw-r--r--
Editing: pvpanic.h
Close
/* 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__ */