OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
microblaze
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:15 AM
rwxr-xr-x
📄
Kbuild
678 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
auxvec.h
64 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
298 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
elf.h
3.25 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
posix_types.h
302 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
1.78 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
setup.h
582 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
537 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
16.3 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: sigcontext.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2006 Atmark Techno, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef _ASM_MICROBLAZE_SIGCONTEXT_H #define _ASM_MICROBLAZE_SIGCONTEXT_H /* FIXME should be linux/ptrace.h */ #include <asm/ptrace.h> struct sigcontext { struct pt_regs regs; unsigned long oldmask; }; #endif /* _ASM_MICROBLAZE_SIGCONTEXT_H */