rtc_pl031.hh (8869:fa8dcdd7e26c) rtc_pl031.hh (9235:5aa4896ed55a)
1/*
2 * Copyright (c) 2010-2012 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

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Ali Saidi
38 */
39
40#ifndef __DEV_ARM_RTC_PL310_HH__
41#define __DEV_ARM_RTC_PL310_HH__
42
1/*
2 * Copyright (c) 2010-2012 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

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Ali Saidi
38 */
39
40#ifndef __DEV_ARM_RTC_PL310_HH__
41#define __DEV_ARM_RTC_PL310_HH__
42
43#include "base/range.hh"
44#include "dev/arm/amba_device.hh"
45#include "params/PL031.hh"
46
47/** @file
48 * This implements the ARM Primecell 031 RTC
49 */
50
51class PL031 : public AmbaIntDevice

--- 85 unchanged lines hidden ---
43#include "dev/arm/amba_device.hh"
44#include "params/PL031.hh"
45
46/** @file
47 * This implements the ARM Primecell 031 RTC
48 */
49
50class PL031 : public AmbaIntDevice

--- 85 unchanged lines hidden ---