sys_proto.h 273 B

12345678910111213
  1. /*
  2. * Copyright (C) 2011 Vladimir Zapolskiy <vz@mleia.com>
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _LPC32XX_SYS_PROTO_H
  7. #define _LPC32XX_SYS_PROTO_H
  8. void lpc32xx_uart_init(unsigned int uart_id);
  9. void lpc32xx_mac_init(void);
  10. #endif /* _LPC32XX_SYS_PROTO_H */