2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
6 #ifndef PARTITIONTABLES_H
7 #define PARTITIONTABLES_H
9 #include <exec/nodes.h>
10 #include <dos/filehandler.h>
11 #include <intuition/intuition.h>
12 #include <libraries/partition.h>
18 const struct PartitionAttribute
*tattrlist
; /* supported partition table attributes */
19 const struct PartitionAttribute
*pattrlist
; /* supported partition attributes */
25 BOOL
findPartitionTable(struct HDTBPartition
*);
26 void freePartitionTable(struct HDTBPartition
*);
27 BOOL
makePartitionTable(struct HDTBPartition
*, ULONG
);
29 void mountPartitions(struct List
*);