uart: Fix arm kernel build

* Make kernel use mmu_man's new UART code
* Remove no longer used uart.cpp / uart.h
This commit is contained in:
Alexander von Gluck IV
2012-05-17 05:32:29 -05:00
parent 693b3532c7
commit 1f675a7fcb
5 changed files with 13 additions and 75 deletions
-22
View File
@@ -1,22 +0,0 @@
/*
* Copyright 2011-2012 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Alexander von Gluck, [email protected]
*/
#ifndef __DEV_UART_H
#define __DEV_UART_H
#include <sys/types.h>
#include "uart_8250.h"
#include "uart_pl011.h"
addr_t uart_base_port(int port);
addr_t uart_base_debug();
#endif