mirror of
https://github.com/drasko/codezero.git
synced 2026-03-19 02:31:49 +01:00
Kernel updates since December 2009
This commit is contained in:
14
include/l4/platform/realview/uart.h
Normal file
14
include/l4/platform/realview/uart.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Ties generic uart call to platform specific
|
||||
* uart driver implementation
|
||||
*
|
||||
* Copyright (C) 2007 Bahadir Balban
|
||||
*/
|
||||
|
||||
#ifndef __PLATFORM_REALVIEW_UART_H__
|
||||
#define __PLATFORM_REALVIEW_UART_H__
|
||||
|
||||
/* Platform specific implementations are defined here */
|
||||
#include <l4/drivers/uart/pl011/uart.h>
|
||||
|
||||
#endif /* __PLATFORM_REALVIEW_UART_H__ */
|
||||
Reference in New Issue
Block a user