⛏️ index : haiku.git

/*
** Copyright 2003, Axel DΓΆrfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the MIT License.
*/


#include <boot/heap.h>


extern "C" status_t
heap_init(struct stage2_args *args)
{
	return B_OK;
}


extern "C" void
heap_release()
{
}