1
0
Fork 0
remarkable-uboot/board/reMarkable/zero-sugar/uart_init.h

15 lines
260 B
C

/*
* (C) Copyright 2020
* reMarkable AS - http://www.remarkable.com
*
* SPDX-License-Identifier: GPL-2.0+
* Author: Steinar Bakkemo <steinar.bakkemo@remarkable.com>
*/
#ifndef UART_INIT_H
#define UART_INIT_H
extern void setup_iomux_uart(void);
#endif