comparison gsm-fw/g23m-aci/uart/uart_pei.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
29 | pei_monitor - Monitoring of physical Parameters 29 | pei_monitor - Monitoring of physical Parameters
30 +----------------------------------------------------------------------------- 30 +-----------------------------------------------------------------------------
31 */ 31 */
32 32
33 #define UART_PEI_C 33 #define UART_PEI_C
34
35 #include "config.h"
36 #include "fixedconf.h"
37 #include "condat-features.h"
34 38
35 #define ENTITY_UART 39 #define ENTITY_UART
36 40
37 /*==== INCLUDES =============================================================*/ 41 /*==== INCLUDES =============================================================*/
38 42
60 #include "pei.h" /* to get PEI interface */ 64 #include "pei.h" /* to get PEI interface */
61 #ifdef FF_MULTI_PORT 65 #ifdef FF_MULTI_PORT
62 #include "gsi.h" /* to get definitions of serial driver */ 66 #include "gsi.h" /* to get definitions of serial driver */
63 #else /* FF_MULTI_PORT */ 67 #else /* FF_MULTI_PORT */
64 #ifdef _TARGET_ 68 #ifdef _TARGET_
65 #include "uart/serialswitch.h" 69 #include "../../serial/serialswitch.h"
66 #include "uart/traceswitch.h" 70 #include "../../serial/traceswitch.h"
67 #else /* _TARGET_ */ 71 #else /* _TARGET_ */
68 #include "serial_dat.h" /* to get definitions of serial driver */ 72 #include "serial_dat.h" /* to get definitions of serial driver */
69 #endif /* _TARGET_ */ 73 #endif /* _TARGET_ */
70 #endif /* FF_MULTI_PORT */ 74 #endif /* FF_MULTI_PORT */
71 #include "uart.h" /* to get the global entity definitions */ 75 #include "uart.h" /* to get the global entity definitions */