comparison L1/include/l1_api_hisr.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 f93dab57b032
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 /************* Revision Controle System Header *************
2 * GSM Layer 1 software
3 * L1_API_HISR.H
4 *
5 * Filename l1_api_hisr.h
6 * Copyright 2003 (C) Texas Instruments
7 *
8 ************* Revision Controle System Header *************/
9
10 #ifndef _L1_API_HISR_H_
11 #define _L1_API_HISR_H_
12
13 #if (L1_DYN_DSP_DWNLD == 1)
14 /* Constants */
15 #define ID_API_INT 0x4
16 #endif
17 void l1_trigger_api_interrupt();
18
19 #endif