Deleted Added
sdiff udiff text old ( 9808:13ffc0066b76 ) new ( 10867:358e2e77b2c7 )
full compact
1/*
2 * Copyright (c) 2010 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

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

104 Addr pioAddr;
105 Addr pioSize;
106 Tick pioDelay;
107 int intNum;
108 BaseGic *gic;
109
110 public:
111 typedef AmbaDmaDeviceParams Params;
112 AmbaDmaDevice(const Params *p);
113};
114
115
116#endif //__DEV_ARM_AMBA_DEVICE_HH__