start fleshing out the headers a little
[AROS.git] / rom / storage / includes / device.h
blob2ff71728e9d1aad49f7bd094c0a919d6db0832cf
1 #if !defined(_STORAGE_DEVICE_H)
2 #define _STORAGE_DEVICE_H
4 /*
5 Definitions relating to storage devices (i.e controllers)
6 */
8 struct StorageDevice
10 struct Node sd_Node;
11 struct List sd_Units;
14 #endif