mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 19:03:15 +01:00
14 lines
273 B
C
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__ */
|