FreeCalypso > hg > freecalypso-citrine
diff L1/dyn_dwl_cfile/l1_dyn_dwl_async.c @ 22:fc33e796507a
L1/dyn_dwl_cfile: new code compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 Jun 2016 09:13:00 +0000 |
parents | dfc7b0bc468a |
children |
line wrap: on
line diff
--- a/L1/dyn_dwl_cfile/l1_dyn_dwl_async.c Fri Jun 10 08:59:53 2016 +0000 +++ b/L1/dyn_dwl_cfile/l1_dyn_dwl_async.c Fri Jun 10 09:13:00 2016 +0000 @@ -8,11 +8,14 @@ ************* Revision Controle System Header *************/ #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" @@ -44,11 +47,7 @@ #include "l1_defty.h" #include "l1_varex.h" #include "l1_trace.h" -#include "sys_dma.h" - -#if (OP_RIV_AUDIO == 1) - #include "rv/rv_general.h" -#endif +/* #include "sys_dma.h" */ #if (L1_DYN_DSP_DWNLD == 1) @@ -696,7 +695,7 @@ l1a_apihisr_com.dyn_dwnld.command.restart = TRUE; /********** WORKAROUND *************/ - #if (OP_RIV_AUDIO == 1) + #if 1 //(OP_RIV_AUDIO == 1) { // WARNING: temporary until os_activate_hisr() is declared in L3 functions extern NU_HISR apiHISR;