comparison gsm-fw/bsp/abb+spi/abb_core_inth.c @ 590:05342cadbaf1

gsm-fw/bsp/abb+spi: abb_core_inth.c compiles with L1 enabled
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 03:28:56 +0000
parents 1c0033c2fe33
children
comparison
equal deleted inserted replaced
589:54459b912ef0 590:05342cadbaf1
32 /* directory. */ 32 /* directory. */
33 /* */ 33 /* */
34 /******************************************************************************/ 34 /******************************************************************************/
35 35
36 #include "../../include/config.h" 36 #include "../../include/config.h"
37 #include "../../L1/include/l1_confg.h"
38 #include "../../L1/include/l1_macro.h"
39
40 #include <string.h>
41 #include "abb_core_inth.h"
42
43 #include "../../include/sys_types.h" 37 #include "../../include/sys_types.h"
44 #include "../../riviera/rv/general.h" 38 #include "../../riviera/rv/general.h"
45 #include "../../nucleus/nucleus.h" // for NUCLEUS functions and types 39 #include "../../nucleus/nucleus.h" // for NUCLEUS functions and types
46 40
41 #include "../../L1/include/l1_confg.h"
42 #include "../../L1/include/l1_macro.h"
43
44 #include <string.h>
45 #include "abb_core_inth.h"
46
47 #if (OP_L1_STANDALONE == 0) 47 #if (OP_L1_STANDALONE == 0)
48 #include "../../riviera/rv/rv_defined_swe.h" // for RVM_PWR_SWE 48 #include "../../riviera/rv/rv_defined_swe.h" // for RVM_PWR_SWE
49 #endif 49 #endif
50 50
51 #if (OP_L1_STANDALONE == 1) 51 #if (OP_L1_STANDALONE == 1)
52 #include "../../L1/include/l1_types.h" 52 #include "../../L1/include/l1_types.h"
53 #endif 53 #endif
54 54
55 #include "../iq.h" 55 #include "../iq.h"
56 56
57 #include "../../osx/cust_os.h" 57 #include "../../gpf/inc/cust_os.h"
58 #include "../../L1/include/l1_signa.h" 58 #include "../../L1/include/l1_signa.h"
59 #include "abb.h" 59 #include "abb.h"
60 60
61 #if(OP_L1_STANDALONE == 0) 61 #if(OP_L1_STANDALONE == 0)
62 #include "../../riviera/rvm/rvm_use_id_list.h" // for SPI_USE_ID 62 #include "../../riviera/rvm/rvm_use_id_list.h" // for SPI_USE_ID
63 #include "spi_env.h" 63 #include "spi_env.h"
64 #include "spi_process.h" // for ABB_EXT_IRQ_EVT 64 #include "spi_process.h" // for ABB_EXT_IRQ_EVT
65 #if 0 // FreeCalypso
65 #include "power/power.h" 66 #include "power/power.h"
67 #endif
66 #endif /* (OP_L1_STANDALONE == 0) */ 68 #endif /* (OP_L1_STANDALONE == 0) */
67 69
68 70
69 71
70 // Size of the HISR stack associated to the ABB interrupt 72 // Size of the HISR stack associated to the ABB interrupt