staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / arch / arm64 / include / asm / exec.h
blob1aae6f9962fc1604e0f11ce8797eb7abc2e1bcfb
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Based on arch/arm/include/asm/exec.h
5 * Copyright (C) 2012 ARM Ltd.
6 */
7 #ifndef __ASM_EXEC_H
8 #define __ASM_EXEC_H
10 #include <linux/sched.h>
12 extern unsigned long arch_align_stack(unsigned long sp);
13 void uao_thread_switch(struct task_struct *next);
15 #endif /* __ASM_EXEC_H */