]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4util/lib/src/ARCH-arm/backtrace.c
f79b831f0897c5e7555eee5680804d6b78ba3648
[l4.git] / l4 / pkg / l4util / lib / src / ARCH-arm / backtrace.c
1 /*
2  * (c) 2008-2009 Technische Universität Dresden
3  * This file is part of TUD:OS and distributed under the terms of the
4  * GNU Lesser General Public License 2.1.
5  * Please see the COPYING-LGPL-2.1 file for details.
6  */
7 #include <l4/util/backtrace.h>
8
9 int
10 l4util_backtrace(void **pc_array, int max)
11 { (void)pc_array; (void)max; return 0; }
12