Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / storage / includes / volume.h
blob3444df205468bcebbb4494c8c0f2049b42a47f47
1 #if !defined(_STORAGE_VOLUME_H)
2 #define _STORAGE_VOLUME_H
4 /*
5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 struct StorageVolume
11 struct Node sv_Node; // ln_Name points to the IDNode;
12 struct StorageUnit *sv_Unit;
15 #endif