FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/hmacs/macs_var.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 /************* Revision Control System Header ************* | |
2 * GSM Layer 1 software | |
3 * MACS_VAR.H | |
4 * | |
5 * Filename macs_var.h | |
6 * Copyright 2003 (C) Texas Instruments | |
7 * | |
8 ************* Revision Control System Header *************/ | |
9 | |
10 #define MACS_VAR_H | |
11 | |
12 /*********************************************************/ | |
13 /* Declaration of variables used by MAC-S */ | |
14 /*********************************************************/ | |
15 | |
16 /**************************************************/ | |
17 /* Static variables */ | |
18 /**************************************************/ | |
19 | |
20 #define STATIC static | |
21 | |
22 /*---------------------------------------------------*/ | |
23 /* Allocation parameters */ | |
24 /*---------------------------------------------------*/ | |
25 | |
26 STATIC T_MACS_STATIC macs; | |
27 |