- Don't access list nodes after their memory has been freed.
[AROS.git] / workbench / tools / HDToolBox / harddisks.h
blob7272db93fd974a9f1ae2cb0ac91800e0231dd28a
1 #ifndef HARDDISK_H
2 #define HARDDISK_H
4 #include <libraries/partition.h>
6 #include "gui.h"
7 #include "devices.h"
8 #include "partitions.h"
10 struct HDNode {
11 struct HDTBPartition root_partition;
12 LONG unit;
15 void findHDs(struct HDTBDevice *);
16 void freeHDList(struct List *);
18 #endif /* HARDDISK_H */