Files
codezero/containers/posix/libc/include/arch-arm/uart.h
Bahadir Balban a41caeebd2 Created libc under containers/posix which now all tasks use to build.
There is a problem in the new libc that test0 now misbehaves. Going to be fixed.
2009-08-27 12:00:04 +03:00

8 lines
125 B
C

#ifndef __LIBC_UART_H__
#define __LIBC_UART_H__
void uart_init(void);
void uart_putc(char c);
#endif /* __LIBC_UART_H__ */