⛏️ index : haiku.git

/*
 * 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;
}