repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
tools
/
HDToolBox
/
harddisks.h
blob
7272db93fd974a9f1ae2cb0ac91800e0231dd28a
1
#ifndef HARDDISK_H
2
#define HARDDISK_H
3
4
#include <libraries/partition.h>
5
6
#include
"gui.h"
7
#include
"devices.h"
8
#include
"partitions.h"
9
10
struct
HDNode
{
11
struct
HDTBPartition root_partition
;
12
LONG unit
;
13
};
14
15
void
findHDs
(
struct
HDTBDevice
*);
16
void
freeHDList
(
struct
List
*);
17
18
#endif
/* HARDDISK_H */