M7350/kernel/arch/sh/include/asm/exec.h

11 lines
208 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
* Copyright (C) 2002 Paul Mundt
*/
#ifndef __ASM_SH_EXEC_H
#define __ASM_SH_EXEC_H
#define arch_align_stack(x) (x)
#endif /* __ASM_SH_EXEC_H */