Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
|---|---|
| 2 | /* |
| 3 | * Based on arch/arm/include/asm/exec.h |
| 4 | * |
| 5 | * Copyright (C) 2012 ARM Ltd. |
| 6 | */ |
| 7 | #ifndef __ASM_EXEC_H |
| 8 | #define __ASM_EXEC_H |
| 9 | |
| 10 | #include <linux/sched.h> |
| 11 | |
| 12 | extern unsigned long arch_align_stack(unsigned long sp); |
| 13 | |
| 14 | #endif /* __ASM_EXEC_H */ |
| 15 |
Warning: This file is not a C or C++ file. It does not have highlighting.
