comparison L1/audio_include/l1audio_proto.h @ 5:420ac6391166

L1/audio_include: replacing with the version from tcs211-l1-reconst
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 01:15:50 +0000
parents 75a11d740a02
children
comparison
equal deleted inserted replaced
4:1a22dd26c8a4 5:420ac6391166
20 void l1_send_sr_background_msg (UWORD32 SignalCode); 20 void l1_send_sr_background_msg (UWORD32 SignalCode);
21 #endif 21 #endif
22 #if (MELODY_E2) 22 #if (MELODY_E2)
23 void l1_send_melody_e2_background_msg(UWORD32 SignalCode, UWORD8 melody_id); 23 void l1_send_melody_e2_background_msg(UWORD32 SignalCode, UWORD8 melody_id);
24 #endif 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_ 25 #endif // _L1AUDIO_PROTO_H_
30 26
31 #endif // AUDIO_TASK 27 #endif // AUDIO_TASK