OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4737
/
usr
/
include
/
misc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
cxl.h
3.84 KB
04/15/2025 05:24:36 PM
rw-r--r--
📄
fastrpc.h
4.31 KB
04/15/2025 05:24:36 PM
rw-r--r--
📄
ocxl.h
1.9 KB
04/15/2025 05:24:36 PM
rw-r--r--
📄
pvpanic.h
209 bytes
04/15/2025 05:24:36 PM
rw-r--r--
📁
uacce
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
xilinx_sdfec.h
12.05 KB
04/15/2025 05:24:36 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__ */