diff options
Diffstat (limited to 'linux/nios2/arch_regs.c')
-rw-r--r-- | linux/nios2/arch_regs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/nios2/arch_regs.c b/linux/nios2/arch_regs.c index ecbef0eec..f9885ee67 100644 --- a/linux/nios2/arch_regs.c +++ b/linux/nios2/arch_regs.c @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2015-2018 The strace developers. + * All rights reserved. + * + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + static struct user_pt_regs nios2_regs; # define ARCH_REGS_FOR_GETREGSET nios2_regs #define ARCH_PC_REG nios2_regs.regs[PTR_EA] |