#ifndef __INC_POS_PROTO_PAUDIO2_H
#define __INC_POS_PROTO_PAUDIO2_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>pAudio2.h<<   17 Dec 1996    13:11:16 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_LIST_H
#include <pExec/List.h>
#endif



#ifdef __cplusplus
extern "C" {
#endif


VOID pOS_FreeAudioMap(_R_A0 __ARID__ struct pOS_AudioMap*);
__ARID__ struct pOS_AudioMap* pOS_AllocAudioMapA(_R_D0 ULONG channel,_R_A0 const struct pOS_TagItem*);
ULONG pOS_PlayChannelA(_R_A0 const struct pOS_AudioMap*,_R_A1 const struct pOS_TagItem*);
VOID pOS_FreeChannel(_R_D0 __ARID__ ULONG channel);
__ARID__ ULONG pOS_AllocChannelA(_R_A0 const struct pOS_TagItem*);





__ARID__ struct pOS_AudioMap* pOS_AllocAudioMap(_R_D0 ULONG channel,ULONG tag,...);
ULONG pOS_PlayChannel(_R_A0 const struct pOS_AudioMap*,ULONG tag,...);
__ARID__ ULONG pOS_AllocChannel(ULONG tag,...);


#ifdef __cplusplus
}
#endif

#endif
