repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
alsa.audio: move handling of XRUN when writting to the slave task
[AROS.git]
/
rom
/
storage
/
includes
/
device.h
blob
2ff71728e9d1aad49f7bd094c0a919d6db0832cf
1
#if !defined(_STORAGE_DEVICE_H)
2
#define _STORAGE_DEVICE_H
3
4
/*
5
Definitions relating to storage devices (i.e controllers)
6
*/
7
8
struct
StorageDevice
9
{
10
struct
Node sd_Node
;
11
struct
List sd_Units
;
12
};
13
14
#endif