diff gsm-fw/gpf/frame/frm_ext.c @ 319:2c760f6b1fe0

gsm-fw/gpf/frame: everything compiles except vsi_trc.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 11 Apr 2014 08:13:52 +0000
parents 79080922d8e4
children
line wrap: on
line diff
--- a/gsm-fw/gpf/frame/frm_ext.c	Fri Apr 11 05:46:44 2014 +0000
+++ b/gsm-fw/gpf/frame/frm_ext.c	Fri Apr 11 08:13:52 2014 +0000
@@ -1,6 +1,6 @@
 /* 
 +------------------------------------------------------------------------------
-|  File:       frm_ext.h
+|  File:       frm_ext.c
 +------------------------------------------------------------------------------
 |  Copyright 2005 Texas Instruments Berlin, AG 
 |                 All rights reserved. 
@@ -25,6 +25,7 @@
 #include <stdio.h>
 #include <string.h>
 
+#include "gpfconf.h"
 #include "typedefs.h"
 #include "os.h"
 #include "vsi.h"
@@ -53,11 +54,11 @@
 /*==== VARIABLES ==================================================*/
 
 #ifndef _TOOLS_
-#ifndef RUN_INT_RAM
- T_lemu_SendToQueue lemu_SendToQueue_func; 
+#ifndef RUN_INT_RAM
+ T_lemu_SendToQueue lemu_SendToQueue_func;
 #else
- extern T_lemu_SendToQueue lemu_SendToQueue_func; 
-#endif
+ extern T_lemu_SendToQueue lemu_SendToQueue_func;
+#endif
 #endif
 
 /*==== FUNCTIONS ==================================================*/