| 27 | unsigned int get_uart_for_console(void); |
| 28 | #else |
| 29 | static inline unsigned int get_uart_for_console(void) |
| 30 | { |
| 31 | return CONFIG_UART_FOR_CONSOLE; |
| 32 | } |
| 33 | #endif |
| 34 | |
| 35 | /* Returns the oversample divisor multiplied by any other divisors that act |
no outgoing calls
no test coverage detected