diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h b/roms/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h new file mode 100644 index 00000000..28812be3 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2011 Vladimir Zapolskiy <vz@mleia.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _LPC32XX_SYS_PROTO_H +#define _LPC32XX_SYS_PROTO_H + +void lpc32xx_uart_init(unsigned int uart_id); + +#endif /* _LPC32XX_SYS_PROTO_H */ |