Files
2010-03-25 01:12:40 +02:00

14 lines
273 B
C

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