Hardware Abstraction Layer for FreeRTOS
newlib_stub.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Author: Andreas Werner <kernel@andy89.org>
4  * Date: 2016
5  */
6 #ifndef NEWLIB_STUB_H_
7 #define NEWLIB_STUB_H_
8 #include <uart.h>
9 #include <stdint.h>
26 int32_t newlib_init(struct uart *std_in, struct uart *std_out);
28 #endif
uart.h
uart
Definition: remoteproc_trace.h:4
newlib_init
int32_t newlib_init(struct uart *std_in, struct uart *std_out)