comparison gsm-fw/g23m-aci/uart/uart_kers.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_KERS_C 23 #ifndef UART_KERS_C
24 #define UART_KERS_C 24 #define UART_KERS_C
25 #endif /* !UART_KERS_C */ 25 #endif /* !UART_KERS_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 /* 33 /*
30 * Turn off spurious LINT warnings 34 * Turn off spurious LINT warnings
48 #include "pei.h" /* to get PEI interface */ 52 #include "pei.h" /* to get PEI interface */
49 #ifdef FF_MULTI_PORT 53 #ifdef FF_MULTI_PORT
50 #include "gsi.h" /* to get definitions of serial driver */ 54 #include "gsi.h" /* to get definitions of serial driver */
51 #else /* FF_MULTI_PORT */ 55 #else /* FF_MULTI_PORT */
52 #ifdef _TARGET_ 56 #ifdef _TARGET_
53 #include "uart/serialswitch.h" 57 #include "../../serial/serialswitch.h"
54 #include "uart/traceswitch.h" 58 #include "../../serial/traceswitch.h"
55 #else /* _TARGET_ */ 59 #else /* _TARGET_ */
56 #include "serial_dat.h" /* to get definitions of serial driver */ 60 #include "serial_dat.h" /* to get definitions of serial driver */
57 #endif /* _TARGET_ */ 61 #endif /* _TARGET_ */
58 #endif /* FF_MULTI_PORT */ 62 #endif /* FF_MULTI_PORT */
59 #include "uart.h" /* to get the global entity definitions */ 63 #include "uart.h" /* to get the global entity definitions */