comparison gsm-fw/L1/include/l1_api_hisr.h @ 530:25a7fe25864c

gsm-fw/L1/include: switch to LoCosto versions of all header files
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Aug 2014 16:38:35 +0000
parents afceeeb2cba1
children
comparison
equal deleted inserted replaced
529:f72c9db5e2f5 530:25a7fe25864c
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 9
10 #ifndef _L1_API_HISR_H_ 10 #ifndef _L1_API_HISR_H_
11 #define _L1_API_HISR_H_ 11 #define _L1_API_HISR_H_
12 12
13 #if (L1_DYN_DSP_DWNLD == 1)
13 /* Constants */ 14 /* Constants */
14 #define ID_API_INT 0x4 15 #define ID_API_INT 0x4
15 16 #endif
16 /* Prototypes */
17 void l1_trigger_api_interrupt(); 17 void l1_trigger_api_interrupt();
18 void l1_api_handler();
19 18
20 #endif 19 #endif