]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/bits/stackinfo.h
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / arc / bits / stackinfo.h
1 /*
2  * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
3  *
4  * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
5  */
6
7 #ifndef _STACKINFO_H
8 #define _STACKINFO_H    1
9
10 /* On ARC, the stack grows down.  */
11 #define _STACK_GROWS_DOWN       1
12
13 #endif  /* stackinfo.h */