repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
rom
/
storage
/
includes
/
device.h
blob
a6966e6001a4d075c91fb16d6dcd9b821d47f955
1
#if !defined(_STORAGE_DEVICE_H)
2
#define _STORAGE_DEVICE_H
3
4
/*
5
Copyright © 1995-2016, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
/*
10
Definitions relating to storage devices (i.e. controllers)
11
*/
12
13
struct
StorageDevice
14
{
15
struct
Node sd_Node
;
16
struct
List sd_Units
;
17
};
18
19
#endif