1 /* 2 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB 3 * in this tarball. 4 */ 5 6 #ifndef _STACKINFO_H 7 #define _STACKINFO_H 1 8 9 #define _STACK_GROWS_DOWN 1 10 11 #endif 12