X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fmboot.h;h=6ffd5c11a3c10e5ba83c67250d3982a177cd5b4c;hb=5cab4c07bc13888dc7956194ef9595508072a4eb;hp=ad9365599f06cc9ca7b694824d3e43efcf3fec6f;hpb=14852edafde643ebc07078152455d1cacf485ecd;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/mboot.h b/KernelLand/Kernel/include/mboot.h index ad936559..6ffd5c11 100644 --- a/KernelLand/Kernel/include/mboot.h +++ b/KernelLand/Kernel/include/mboot.h @@ -63,5 +63,6 @@ typedef struct { extern int Multiboot_LoadMemoryMap(tMBoot_Info *MBInfo, tVAddr MapOffset, tPMemMapEnt *Map, const int MapSize, tPAddr KStart, tPAddr KEnd); extern tBootModule *Multiboot_LoadModules(tMBoot_Info *MBInfo, tVAddr MapOffset, int *ModuleCount); +extern void Multiboot_FreeModules(const int ModuleCount, tBootModule *Modules); #endif