Improvements to comments and other minor changes.
[AROS.git] / rom / storage / includes / unit.h
blob58e026f1750e0d5b528c5641a9d74e0be637a54b
1 #if !defined(_STORAGE_UNIT_H)
2 #define _STORAGE_UNIT_H
4 /*
5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*
10 Definitions relating to storage units (i.e. drives)
13 struct StorageUnit
15 struct Node su_Node; // ln_Name points to the IDNode;
16 struct StorageDevice *su_Device;
17 struct List su_Volumes;
20 #endif