FreeCalypso > hg > freecalypso-sw
view gsm-fw/g23m-aci/aci/version_dummy.c @ 941:6b0b2f6dbb20
gsm-fw/services/ffs/drv.c: AMD multi-bank flash driver fixed for Pirelli
and future FreeCalypso hardware
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Nov 2015 00:07:09 +0000 |
parents | 02c65d76881f |
children |
line wrap: on
line source
char *aci_version() { return "ACI version is FreeCalypso"; } char *alr_version() { return "ALR version is FreeCalypso"; } char *cc_version() { return "CC version is FreeCalypso"; } char *dl_version() { return "DL version is FreeCalypso"; } char *mm_version() { return "MM version is FreeCalypso"; } char *rr_version() { return "RR version is FreeCalypso"; } char *sim_version() { return "SIM version is FreeCalypso"; } char *sms_version() { return "SMS version is FreeCalypso"; } char *ss_version() { return "SS version is FreeCalypso"; }