2 Copyright © 1995-2001, 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>
16 struct PartitionTable
{
17 struct PartitionAttribute
*tattrlist
; /* supported partition table attributes */
18 struct PartitionAttribute
*pattrlist
; /* supported partition attributes */
24 BOOL
findPartitionTable(struct HDTBPartition
*);
25 void freePartitionTable(struct HDTBPartition
*);
26 BOOL
makePartitionTable(struct HDTBPartition
*, ULONG
);
28 void mountPartitions(struct List
*);