mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 03:13:15 +01:00
7 lines
118 B
C
7 lines
118 B
C
#ifndef __PBA8_UART_H__
|
|
#define __PBA8_UART_H__
|
|
|
|
#include <l4/platform/realview/uart.h>
|
|
|
|
#endif /* __PBA8_UART_H__ */
|