mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef __EB_UART_H__
|
|
#define __EB_UART_H__
|
|
|
|
#include <l4/platform/realview/uart.h>
|
|
|
|
#endif /* __EB_UART_H__ */
|