root/src/system/libroot/os/arch/ppc/stack_frame.c
/*
 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
*/

#include <SupportDefs.h>

#include <libroot_private.h>


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