]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/v850/bits/stackinfo.h
Inital import
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / v850 / bits / stackinfo.h
1 /*
2  * bits/stackinfo.h -- v850-specific pthread definitions
3  *
4  *  Copyright (C) 2003  NEC Electronics Corporation
5  *  Copyright (C) 2003  Miles Bader <miles@gnu.org>
6  *
7  * This file is subject to the terms and conditions of the GNU Lesser
8  * General Public License.  See the file COPYING.LIB in the main
9  * directory of this archive for more details.
10  *
11  * Written by Miles Bader <miles@gnu.org>
12  */
13
14 /* This file contains a bit of information about the stack allocation
15    of the processor.  */
16
17 #ifndef _STACKINFO_H
18 #define _STACKINFO_H    1
19
20 /* On v80 the stack grows down.  */
21 #define _STACK_GROWS_DOWN       1
22
23 #endif  /* stackinfo.h */