pl011.hh (12086:069c529a76fd) pl011.hh (12239:ae1686aaebc5)
1/*
2 * Copyright (c) 2010-2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 36 unchanged lines hidden (view full) ---

45/** @file
46 * Implementiation of a PL011 UART
47 */
48
49#ifndef __DEV_ARM_PL011_H__
50#define __DEV_ARM_PL011_H__
51
52#include "dev/arm/amba_device.hh"
1/*
2 * Copyright (c) 2010-2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 36 unchanged lines hidden (view full) ---

45/** @file
46 * Implementiation of a PL011 UART
47 */
48
49#ifndef __DEV_ARM_PL011_H__
50#define __DEV_ARM_PL011_H__
51
52#include "dev/arm/amba_device.hh"
53#include "dev/uart.hh"
53#include "dev/serial/uart.hh"
54
55class BaseGic;
56struct Pl011Params;
57
58class Pl011 : public Uart, public AmbaDevice
59{
60 public:
61 Pl011(const Pl011Params *p);

--- 126 unchanged lines hidden ---
54
55class BaseGic;
56struct Pl011Params;
57
58class Pl011 : public Uart, public AmbaDevice
59{
60 public:
61 Pl011(const Pl011Params *p);

--- 126 unchanged lines hidden ---