amba_device.hh (9808:13ffc0066b76) amba_device.hh (10867:358e2e77b2c7)
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;
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);
112 AmbaDmaDevice(const Params *p, Addr pio_size = 0);
113};
114
115
116#endif //__DEV_ARM_AMBA_DEVICE_HH__
113};
114
115
116#endif //__DEV_ARM_AMBA_DEVICE_HH__