mirror of
https://github.com/drasko/codezero.git
synced 2026-03-13 07:41:49 +01:00
Kernel updates since December 2009
This commit is contained in:
13
include/l4/platform/beagle/uart.h
Normal file
13
include/l4/platform/beagle/uart.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* 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__ */
|
||||
Reference in New Issue
Block a user