xref: /linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_uart.h (revision 76b5a6e8427159ad2b3b8764ebd6f3f5213be97e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef BCM63XX_DEV_UART_H_
3 #define BCM63XX_DEV_UART_H_
4 
5 int bcm63xx_uart_register(unsigned int id);
6 
7 #endif /* BCM63XX_DEV_UART_H_ */
8