FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/include/l1_api_hisr.h @ 143:afceeeb2cba1
Our nuc-fw is destined to become gsm-fw, so I went ahead and did the big hg mv
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 12 Nov 2013 05:35:48 +0000 |
parents | nuc-fw/L1/include/l1_api_hisr.h@1e41550feec5 |
children | 25a7fe25864c |
comparison
equal
deleted
inserted
replaced
142:15d5977390c2 | 143:afceeeb2cba1 |
---|---|
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 /* Constants */ | |
14 #define ID_API_INT 0x4 | |
15 | |
16 /* Prototypes */ | |
17 void l1_trigger_api_interrupt(); | |
18 void l1_api_handler(); | |
19 | |
20 #endif |