diff gsm-fw/L1/dyn_dwl_cfile/l1_dyn_dwl_sync.c @ 927:48969469d961

gsm-fw: l1_dyn_dwl code compiles and links
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Thu, 22 Oct 2015 19:04:36 +0000
parents c56ba3363aa3
children
line wrap: on
line diff
--- a/gsm-fw/L1/dyn_dwl_cfile/l1_dyn_dwl_sync.c	Thu Oct 22 18:41:05 2015 +0000
+++ b/gsm-fw/L1/dyn_dwl_cfile/l1_dyn_dwl_sync.c	Thu Oct 22 19:04:36 2015 +0000
@@ -10,11 +10,13 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "nucleus.h"
+#include "config.h"
 #include "l1_confg.h"
+#include "sys_types.h"
+#include "../../riviera/rv/rv_general.h"
+#include "../../nucleus/nucleus.h"
 #include "l1_types.h"
-#include "sys_types.h"
-#include "cust_os.h"
+#include "../../gpf/inc/cust_os.h"
 #include "l1audio_signa.h"
 #include "l1audio_const.h"
 #include "l1audio_cust.h"
@@ -46,7 +48,7 @@
 #include "l1_defty.h"
 #include "l1_varex.h"
 #include "l1_trace.h"
-#include "sys_dma.h"
+/* #include "sys_dma.h" */
 
 #if (L1_DYN_DSP_DWNLD == 1)