dist_iface.hh (11800:54436a1784dc) dist_iface.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2015-2016 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

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

78#define __DEV_DIST_IFACE_HH__
79
80#include <array>
81#include <mutex>
82#include <queue>
83#include <thread>
84#include <utility>
85
1/*
2 * Copyright (c) 2015-2016 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

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

78#define __DEV_DIST_IFACE_HH__
79
80#include <array>
81#include <mutex>
82#include <queue>
83#include <thread>
84#include <utility>
85
86#include "base/misc.hh"
86#include "base/logging.hh"
87#include "dev/net/dist_packet.hh"
88#include "dev/net/etherpkt.hh"
89#include "sim/core.hh"
90#include "sim/drain.hh"
91#include "sim/global_event.hh"
92#include "sim/serialize.hh"
93
94class EventManager;

--- 551 unchanged lines hidden ---
87#include "dev/net/dist_packet.hh"
88#include "dev/net/etherpkt.hh"
89#include "sim/core.hh"
90#include "sim/drain.hh"
91#include "sim/global_event.hh"
92#include "sim/serialize.hh"
93
94class EventManager;

--- 551 unchanged lines hidden ---