From daac0a9063cd094f8af9f8ccf3eb6b49e481a337 Mon Sep 17 00:00:00 2001 From: rasky Date: Sat, 31 Jul 2004 16:33:58 +0000 Subject: [PATCH] Spostato lo heap da kern/ a mware/ git-svn-id: https://src.develer.com/svnoss/bertos/trunk@97 38d2e660-2303-0410-9eaa-f027e97ec537 --- {kern => mware}/heap.c | 3 +++ {kern => mware}/heap.h | 3 +++ 2 files changed, 6 insertions(+) rename {kern => mware}/heap.c (97%) rename {kern => mware}/heap.h (91%) diff --git a/kern/heap.c b/mware/heap.c similarity index 97% rename from kern/heap.c rename to mware/heap.c index 8fb3caaf..a228e1a3 100755 --- a/kern/heap.c +++ b/mware/heap.c @@ -15,6 +15,9 @@ /* * $Log$ + * Revision 1.1 2004/07/31 16:33:58 rasky + * Spostato lo heap da kern/ a mware/ + * * Revision 1.2 2004/06/03 11:27:09 bernie * Add dual-license information. * diff --git a/kern/heap.h b/mware/heap.h similarity index 91% rename from kern/heap.h rename to mware/heap.h index 26acc906..c81b728b 100755 --- a/kern/heap.h +++ b/mware/heap.h @@ -15,6 +15,9 @@ /* * $Log$ + * Revision 1.1 2004/07/31 16:33:58 rasky + * Spostato lo heap da kern/ a mware/ + * * Revision 1.2 2004/06/03 11:27:09 bernie * Add dual-license information. * -- 2.25.1