blob: 1aae6f9962fc1604e0f11ce8797eb7abc2e1bcfb [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Based on arch/arm/include/asm/exec.h
4 *
5 * Copyright (C) 2012 ARM Ltd.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7#ifndef __ASM_EXEC_H
8#define __ASM_EXEC_H
9
10#include <linux/sched.h>
11
12extern unsigned long arch_align_stack(unsigned long sp);
13void uao_thread_switch(struct task_struct *next);
14
15#endif /* __ASM_EXEC_H */