ExtSlave.hh (11617:a51ae096ca25) ExtSlave.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

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

40// Copyright (c) 2009-2014, Sandia Corporation
41// All rights reserved.
42//
43// For license information, see the LICENSE file in the current directory.
44
45#ifndef EXT_SST_EXTSLAVE_HH
46#define EXT_SST_EXTSLAVE_HH
47
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

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

40// Copyright (c) 2009-2014, Sandia Corporation
41// All rights reserved.
42//
43// For license information, see the LICENSE file in the current directory.
44
45#ifndef EXT_SST_EXTSLAVE_HH
46#define EXT_SST_EXTSLAVE_HH
47
48#include <sst/core/component.h>
49#include <sst/core/output.h>
50#include <sst/core/interfaces/simpleMem.h>
48#include <core/interfaces/simpleMem.h>
51
52#include <sim/sim_object.hh>
53#include <mem/packet.hh>
54#include <mem/request.hh>
55#include <mem/external_slave.hh>
56
57namespace SST {
58class Link;

--- 60 unchanged lines hidden ---
49
50#include <sim/sim_object.hh>
51#include <mem/packet.hh>
52#include <mem/request.hh>
53#include <mem/external_slave.hh>
54
55namespace SST {
56class Link;

--- 60 unchanged lines hidden ---