staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / arch / arm64 / include / asm / system_misc.h
blob1ab63cfbbaf178df5b1e73dd832f81661d883f27
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Based on arch/arm/include/asm/system_misc.h
5 * Copyright (C) 2012 ARM Ltd.
6 */
7 #ifndef __ASM_SYSTEM_MISC_H
8 #define __ASM_SYSTEM_MISC_H
10 #ifndef __ASSEMBLY__
12 #include <linux/compiler.h>
13 #include <linux/linkage.h>
14 #include <linux/irqflags.h>
15 #include <linux/signal.h>
16 #include <linux/ratelimit.h>
17 #include <linux/reboot.h>
19 struct pt_regs;
21 void die(const char *msg, struct pt_regs *regs, int err);
23 struct siginfo;
24 void arm64_notify_die(const char *str, struct pt_regs *regs,
25 int signo, int sicode, void __user *addr,
26 int err);
28 void hook_debug_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
29 struct pt_regs *),
30 int sig, int code, const char *name);
32 struct mm_struct;
33 extern void __show_regs(struct pt_regs *);
35 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
37 #endif /* __ASSEMBLY__ */
39 #endif /* __ASM_SYSTEM_MISC_H */