Made the module working in the boot loader.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4552 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-09-08 02:41:05 +00:00
parent e5d542ba54
commit b132797ec3
3 changed files with 37 additions and 4 deletions
@@ -8,12 +8,16 @@
of related classes.
*/
#include <new.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <DiskDeviceTypes.h>
#include <util/kernel_cpp.h>
#ifndef _BOOT_MODE
# include <DiskDeviceTypes.h>
#else
# include <boot/partitions.h>
#endif
#include <KernelExport.h>
#include "PartitionMap.h"