comparison L1/audio_include/l1audio_proto.h @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children 420ac6391166
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 /************* Revision Controle System Header *************
2 * GSM Layer 1 software
3 * L1AUDIO_PROTO.H
4 *
5 * Filename l1audio_proto.h
6 * Copyright 2004 (C) Texas Instruments
7 *
8 ************* Revision Controle System Header *************/
9
10 #if (AUDIO_TASK == 1)
11
12 #ifndef _L1AUDIO_PROTO_H_
13 #define _L1AUDIO_PROTO_H_
14
15 // Functions declared in l1audio_afunc.c
16 void l1a_audio_send_confirmation(UWORD32 SignalCode);
17
18 void l1a_audio_send_result (UWORD32 SignalCode, xSignalHeaderRec *msg, UWORD8 queue);
19 #if (SPEECH_RECO)
20 void l1_send_sr_background_msg (UWORD32 SignalCode);
21 #endif
22 #if (MELODY_E2)
23 void l1_send_melody_e2_background_msg(UWORD32 SignalCode, UWORD8 melody_id);
24 #endif
25 #if (OP_L1_STANDALONE == 0)
26 void * mem_Allocate(UWORD16 size);
27 void mem_Deallocate(void *memoryBlock);
28 #endif
29 #endif // _L1AUDIO_PROTO_H_
30
31 #endif // AUDIO_TASK