/* 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 */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Kbuild | File | 678 B | 0644 |
|
auxvec.h | File | 64 B | 0644 |
|
byteorder.h | File | 298 B | 0644 |
|
elf.h | File | 3.25 KB | 0644 |
|
posix_types.h | File | 302 B | 0644 |
|
ptrace.h | File | 1.78 KB | 0644 |
|
setup.h | File | 582 B | 0644 |
|
sigcontext.h | File | 537 B | 0644 |
|
unistd.h | File | 16.3 KB | 0644 |
|