/* * Copyright 2012, Haiku, Inc. * Distributed under the terms of the MIT License. * * Authors: * François Revol */ #include #include void* get_stack_frame(void) { // TODO: Implement! return NULL; } void* __arch_get_caller(void) { // TODO: Implement! return NULL; }