18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Based on arch/arm/include/asm/exec.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2012 ARM Ltd. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci#ifndef __ASM_EXEC_H 88c2ecf20Sopenharmony_ci#define __ASM_EXEC_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#include <linux/sched.h> 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciextern unsigned long arch_align_stack(unsigned long sp); 138c2ecf20Sopenharmony_civoid uao_thread_switch(struct task_struct *next); 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* __ASM_EXEC_H */ 16