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
/
volume.h
blob
df23c509609108ab1e383789068bd3715de965c0
1
#if !defined(_STORAGE_VOLUME_H)
2
#define _STORAGE_VOLUME_H
3
4
struct
StorageVolume
5
{
6
struct
Node sv_Node
;
// ln_Name points to the IDNode;
7
struct
StorageUnit
*
sv_Unit
;
8
};
9
10
#endif