![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* Generic process execution definitions. 0003 * 0004 * It should be possible to use these on really simple architectures, 0005 * but it serves more as a starting point for new ports. 0006 * 0007 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. 0008 * Written by David Howells (dhowells@redhat.com) 0009 */ 0010 #ifndef __ASM_GENERIC_EXEC_H 0011 #define __ASM_GENERIC_EXEC_H 0012 0013 #define arch_align_stack(x) (x) 0014 0015 #endif /* __ASM_GENERIC_EXEC_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |