comparison gsm-fw/g23m-aci/uart/uart_dtxs.c @ 779:f54080301c98

UART protocol stack entity compiles
author Michael Spacefalcon <falcon@ivan.Harhan.ORG>
date Sat, 07 Mar 2015 23:55:47 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
778:ac329f4627ac 779:f54080301c98
21 */ 21 */
22 22
23 #ifndef UART_DTXS_C 23 #ifndef UART_DTXS_C
24 #define UART_DTXS_C 24 #define UART_DTXS_C
25 #endif /* !UART_DTXS_C */ 25 #endif /* !UART_DTXS_C */
26
27 #include "config.h"
28 #include "fixedconf.h"
29 #include "condat-features.h"
26 30
27 #define ENTITY_UART 31 #define ENTITY_UART
28 32
29 /*==== INCLUDES =============================================================*/ 33 /*==== INCLUDES =============================================================*/
30 34
46 #include "pei.h" /* to get PEI interface */ 50 #include "pei.h" /* to get PEI interface */
47 #ifdef FF_MULTI_PORT 51 #ifdef FF_MULTI_PORT
48 #include "gsi.h" /* to get definitions of serial driver */ 52 #include "gsi.h" /* to get definitions of serial driver */
49 #else /* FF_MULTI_PORT */ 53 #else /* FF_MULTI_PORT */
50 #ifdef _TARGET_ 54 #ifdef _TARGET_
51 #include "uart/serialswitch.h" 55 #include "../../serial/serialswitch.h"
52 #include "uart/traceswitch.h" 56 #include "../../serial/traceswitch.h"
53 #else /* _TARGET_ */ 57 #else /* _TARGET_ */
54 #include "serial_dat.h" /* to get definitions of serial driver */ 58 #include "serial_dat.h" /* to get definitions of serial driver */
55 #endif /* _TARGET_ */ 59 #endif /* _TARGET_ */
56 #endif /* FF_MULTI_PORT */ 60 #endif /* FF_MULTI_PORT */
57 #include "uart.h" /* to get the global entity definitions */ 61 #include "uart.h" /* to get the global entity definitions */