Title.mui: minor code cleanup
[AROS.git] / rom / storage / includes / volume.h
blobdf23c509609108ab1e383789068bd3715de965c0
1 #if !defined(_STORAGE_VOLUME_H)
2 #define _STORAGE_VOLUME_H
4 struct StorageVolume
6 struct Node sv_Node; // ln_Name points to the IDNode;
7 struct StorageUnit *sv_Unit;
8 };
10 #endif