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:
@@ -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
|
||||
Reference in New Issue
Block a user