2019-06-03 05:44:50 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2012-03-05 11:49:34 +00:00
|
|
|
/*
|
|
|
|
* Based on arch/arm/include/asm/exec.h
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 ARM Ltd.
|
|
|
|
*/
|
|
|
|
#ifndef __ASM_EXEC_H
|
|
|
|
#define __ASM_EXEC_H
|
|
|
|
|
2016-10-18 10:27:48 +00:00
|
|
|
#include <linux/sched.h>
|
|
|
|
|
2012-03-05 11:49:34 +00:00
|
|
|
extern unsigned long arch_align_stack(unsigned long sp);
|
2016-10-18 10:27:48 +00:00
|
|
|
void uao_thread_switch(struct task_struct *next);
|
2012-03-05 11:49:34 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_EXEC_H */
|