exec.h 269 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright IBM Corp. 1999, 2009
  4. *
  5. * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
  6. */
  7. #ifndef __ASM_EXEC_H
  8. #define __ASM_EXEC_H
  9. extern unsigned long arch_align_stack(unsigned long sp);
  10. #endif /* __ASM_EXEC_H */