root/src/system/libroot/os/arch/arm/stack_frame.c
/*
 * Copyright 2012, Haiku, Inc.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              François Revol <revol@free.fr>
 */

#include <SupportDefs.h>

#include <libroot_private.h>


void*
get_stack_frame(void)
{
        // TODO: Implement!
        return NULL;
}