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
/
volume.h
blob
3444df205468bcebbb4494c8c0f2049b42a47f47
1
#if !defined(_STORAGE_VOLUME_H)
2
#define _STORAGE_VOLUME_H
3
4
/*
5
Copyright © 1995-2016, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
struct
StorageVolume
10
{
11
struct
Node sv_Node
;
// ln_Name points to the IDNode;
12
struct
StorageUnit
*
sv_Unit
;
13
};
14
15
#endif