ExtMaster.hh (11617:a51ae096ca25) | ExtMaster.hh (11618:37b0af2c7ba8) |
---|---|
1// Copyright (c) 2015 ARM Limited 2// All rights reserved. 3// 4// The license below extends only to copyright in the software and shall 5// not be construed as granting a license to any other intellectual 6// property including but not limited to intellectual property relating 7// to a hardware implementation of the functionality of the software 8// licensed hereunder. You may use the software subject to the license --- 34 unchanged lines hidden (view full) --- 43// For license information, see the LICENSE file in the current directory. 44 45#ifndef EXT_SST_EXTMASTER_HH 46#define EXT_SST_EXTMASTER_HH 47 48#include <list> 49#include <set> 50 | 1// Copyright (c) 2015 ARM Limited 2// All rights reserved. 3// 4// The license below extends only to copyright in the software and shall 5// not be construed as granting a license to any other intellectual 6// property including but not limited to intellectual property relating 7// to a hardware implementation of the functionality of the software 8// licensed hereunder. You may use the software subject to the license --- 34 unchanged lines hidden (view full) --- 43// For license information, see the LICENSE file in the current directory. 44 45#ifndef EXT_SST_EXTMASTER_HH 46#define EXT_SST_EXTMASTER_HH 47 48#include <list> 49#include <set> 50 |
51#include <sst/core/component.h> 52#include <sst/elements/memHierarchy/memEvent.h> | 51#include 52#include |
53 54#include <sim/sim_object.hh> 55#include <mem/packet.hh> 56#include <mem/request.hh> 57#include <mem/external_master.hh> 58 59namespace SST { 60 --- 58 unchanged lines hidden --- | 53 54#include <sim/sim_object.hh> 55#include <mem/packet.hh> 56#include <mem/request.hh> 57#include <mem/external_master.hh> 58 59namespace SST { 60 --- 58 unchanged lines hidden --- |