FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/bsp/abb+spi/abb.c @ 540:99e44a92274c
gsm-fw/bsp/abb+spi/abb.c: reorder includes as necessitated by new L1 headers
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 02 Aug 2014 03:58:40 +0000 |
parents | 47754cdb6248 |
children | 1c0033c2fe33 |
comparison
equal
deleted
inserted
replaced
539:d8f39cef94d0 | 540:99e44a92274c |
---|---|
25 /* Previous delta : Creation */ | 25 /* Previous delta : Creation */ |
26 /* */ | 26 /* */ |
27 /**********************************************************************************/ | 27 /**********************************************************************************/ |
28 | 28 |
29 #include "../../include/config.h" | 29 #include "../../include/config.h" |
30 #include "../../include/sys_types.h" | |
31 #include "../../riviera/rv/general.h" | |
32 #include "../../nucleus/nucleus.h" // for NUCLEUS functions and types | |
33 | |
30 #include "../../L1/include/l1_confg.h" | 34 #include "../../L1/include/l1_confg.h" |
31 #include "../../L1/include/l1_macro.h" | 35 #include "../../L1/include/l1_macro.h" |
32 | 36 |
33 #include "abb.h" | 37 #include "abb.h" |
34 #include "../clkm.h" // for wait_ARM_cycles function | 38 #include "../clkm.h" // for wait_ARM_cycles function |
35 #include "abb_inline.h" | 39 #include "abb_inline.h" |
36 #include "../ulpd.h" // for FRAME_STOP definition | 40 #include "../ulpd.h" // for FRAME_STOP definition |
37 | 41 |
38 #include "../../include/sys_types.h" | |
39 #include "../../riviera/rv/general.h" | |
40 #include "../../nucleus/nucleus.h" // for NUCLEUS functions and types | |
41 #include "../../L1/include/l1_types.h" | 42 #include "../../L1/include/l1_types.h" |
42 | 43 |
43 #if 0 // FreeCalypso | 44 #if 0 // FreeCalypso |
44 #include "buzzer/buzzer.h" // for BZ_KeyBeep_OFF function | 45 #include "buzzer/buzzer.h" // for BZ_KeyBeep_OFF function |
45 #endif | 46 #endif |