Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / storage / includes / device.h
bloba6966e6001a4d075c91fb16d6dcd9b821d47f955
1 #if !defined(_STORAGE_DEVICE_H)
2 #define _STORAGE_DEVICE_H
4 /*
5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*
10 Definitions relating to storage devices (i.e. controllers)
13 struct StorageDevice
15 struct Node sd_Node;
16 struct List sd_Units;
19 #endif