comparison gsm-fw/g23m-gsm/alr/alr_pei.c @ 683:8e40f2974e4c

alr_pei.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 21:59:00 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
682:7ddec309313d 683:8e40f2974e4c
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21 21
22 #ifndef ALR_PEI_C 22 #ifndef ALR_PEI_C
23 #define ALR_PEI_C 23 #define ALR_PEI_C
24
25 #include "config.h"
26 #include "fixedconf.h"
27 #include "condat-features.h"
24 28
25 #define ENTITY_PL 29 #define ENTITY_PL
26 30
27 /*==== INCLUDES ===================================================*/ 31 /*==== INCLUDES ===================================================*/
28 #include <string.h> 32 #include <string.h>
1039 sprintf (buf, "HW=%04x Build=%04X, jtag=%04X, rev=%04X", hw, build,jtag, rev); 1043 sprintf (buf, "HW=%04x Build=%04X, jtag=%04X, rev=%04X", hw, build,jtag, rev);
1040 TRACE_EVENT (buf); 1044 TRACE_EVENT (buf);
1041 1045
1042 alr_mon.version = buf; 1046 alr_mon.version = buf;
1043 #else 1047 #else
1044 /* Implements Measure#32 */ 1048 alr_mon.version = VERSION_ALR;
1045 #endif /* _TMS470 */ 1049 #endif /* _TMS470 */
1046 1050
1047 *monitor = &alr_mon; 1051 *monitor = &alr_mon;
1048 1052
1049 return PEI_OK; 1053 return PEI_OK;