FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/tst_drv/tr2.c @ 325:ffb0442ffccf
gsm-fw/gpf/tst_drv: got as far as compiling tr2.c
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 19 Apr 2014 00:18:44 +0000 |
parents | 5d1e22505446 |
children |
comparison
equal
deleted
inserted
replaced
324:7228920a0834 | 325:ffb0442ffccf |
---|---|
19 | 19 |
20 #ifndef __TR_C__ | 20 #ifndef __TR_C__ |
21 #define __TR_C__ | 21 #define __TR_C__ |
22 #endif | 22 #endif |
23 | 23 |
24 #include "string.h" | 24 #include <string.h> |
25 #include "gpfconf.h" | |
25 #include "typedefs.h" | 26 #include "typedefs.h" |
26 #include "gdi.h" | 27 #include "gdi.h" |
27 #include "vsi.h" | 28 #include "vsi.h" |
28 #include "os.h" | 29 #include "os.h" |
29 #ifdef _TOOLS_ | 30 #ifdef _TOOLS_ |