summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/exec.h
blob: 07d9942682e0e1b6782a0fae14c148db64f37797 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __ASM_EXEC_H
#define __ASM_EXEC_H

extern unsigned long arch_align_stack(unsigned long sp);

#endif	/* __ASM_EXEC_H */