/*** 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_theap_init(struct stage2_args *args){return B_OK;}extern "C" voidheap_release(){}