1 #if !defined(_STORAGE_UNIT_H)
2 #define _STORAGE_UNIT_H
5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
10 Definitions relating to storage units (i.e. drives)
15 struct Node su_Node
; // ln_Name points to the IDNode;
16 struct StorageDevice
*su_Device
;
17 struct List su_Volumes
;