]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4util/lib/src/ARCH-arm/backtrace.c
Inital import
[l4.git] / l4 / pkg / l4util / lib / src / ARCH-arm / backtrace.c
diff --git a/l4/pkg/l4util/lib/src/ARCH-arm/backtrace.c b/l4/pkg/l4util/lib/src/ARCH-arm/backtrace.c
new file mode 100644 (file)
index 0000000..f79b831
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * (c) 2008-2009 Technische Universität Dresden
+ * This file is part of TUD:OS and distributed under the terms of the
+ * GNU Lesser General Public License 2.1.
+ * Please see the COPYING-LGPL-2.1 file for details.
+ */
+#include <l4/util/backtrace.h>
+
+int
+l4util_backtrace(void **pc_array, int max)
+{ (void)pc_array; (void)max; return 0; }
+