X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fheap.h;h=b58bbed17f5a2bea7a7a596148d8420deef6eb50;hb=eec53a0483a101e131d4fa38becaf1c8fb069d5e;hp=7bddcba20ec01b75a6f0aabb4b0a9938c5c50748;hpb=cd442d4c29789100518394a055d52261e4cbd36f;p=bertos.git diff --git a/bertos/struct/heap.h b/bertos/struct/heap.h index 7bddcba2..b58bbed1 100644 --- a/bertos/struct/heap.h +++ b/bertos/struct/heap.h @@ -104,4 +104,8 @@ void heap_free(struct Heap* heap, void * mem); #endif +int heap_testSetup(void); +int heap_testRun(void); +int heap_testTearDown(void); + #endif /* STRUCT_HEAP_H */