00001 00022 #ifndef _RTAI_ASM_PPC_UART_H 00023 #define _RTAI_ASM_PPC_UART_H 00024 00025 #include <linux/config.h> 00026 00027 #if defined(CONFIG_SANDPOINT) 00028 00029 #define TTYS0 { 0xfe0003f8, 4 } 00030 #define TTYS1 { 0xfe0002f8, 3 } 00031 #else 00032 #error "UART configuration is undefined for this PowerPC platform" 00033 #endif 00034 00035 #endif /* !_RTAI_ASM_PPC_UART_H */