Files
codezero/include/l4/platform/pb926/uart.h
2010-03-25 01:12:40 +02:00

14 lines
271 B
C

/*
* Platform specific ties to generic uart functions that putc expects.
*
* Copyright (C) 2007 Bahadir Balban
*
*/
#ifndef __PLATFORM_PB926_UART_H__
#define __PLATFORM_PB926_UART_H__
#include <l4/drivers/uart/pl011/uart.h>
#endif /* __PLATFORM_PB926_UART_H__ */