alsa.audio: move handling of XRUN when writting to the slave task
[AROS.git] / rom / filesys / SFS / FS / adminspaces_protos.h
blob0f33998d1328099169fc8523985c9f76e0e8afe3
1 #ifndef _ADMINSPACES_PROTOS_H
2 #define _ADMINSPACES_PROTOS_H
4 #include <exec/types.h>
5 #include "blockstructure.h"
6 #include "cachebuffers.h"
8 LONG allocadminspace(struct CacheBuffer **);
9 LONG freeadminspace(BLCK block);
11 #endif // _ADMINSPACES_PROTOS_H