lpc32xx: mtd: nand: add MLC NAND controller
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-lpc32xx / sys_proto.h
1 /*
2  * Copyright (C) 2011 Vladimir Zapolskiy <vz@mleia.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _LPC32XX_SYS_PROTO_H
8 #define _LPC32XX_SYS_PROTO_H
9
10 void lpc32xx_uart_init(unsigned int uart_id);
11 void lpc32xx_mac_init(void);
12 void lpc32xx_mlc_nand_init(void);
13
14 #endif /* _LPC32XX_SYS_PROTO_H */