FreeCalypso > hg > ffs-editor
view src/cs/layer1/hmacs/macs_var.h @ 26:680f6fdb5e62
add target for Sony Ericsson K200/K220
| author | Vadim Yanitskiy <fixeria@osmocom.org> |
|---|---|
| date | Wed, 20 Dec 2023 01:59:09 +0700 |
| parents | 92470e5d0b9e |
| children |
line wrap: on
line source
/************* Revision Control System Header ************* * GSM Layer 1 software * MACS_VAR.H * * Filename macs_var.h * Copyright 2003 (C) Texas Instruments * ************* Revision Control System Header *************/ #define MACS_VAR_H /*********************************************************/ /* Declaration of variables used by MAC-S */ /*********************************************************/ /**************************************************/ /* Static variables */ /**************************************************/ #define STATIC static /*---------------------------------------------------*/ /* Allocation parameters */ /*---------------------------------------------------*/ STATIC T_MACS_STATIC macs;
