OXIESEC PANEL
- Current Dir:
/
/
usr
/
include
/
misc
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/20/2025 07:59:27 AM
rwxr-xr-x
📄
cxl.h
3.84 KB
01/18/2024 04:43:01 PM
rw-r--r--
📄
ocxl.h
1.9 KB
01/18/2024 04:43:01 PM
rw-r--r--
📄
pvpanic.h
209 bytes
01/18/2024 04:43:01 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__ */