1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

43
44#ifndef NETDEST_H
45#define NETDEST_H
46
47#include "mem/ruby/common/Global.hh"
48#include "mem/gems_common/Vector.hh"
49#include "mem/ruby/system/NodeID.hh"
50#include "mem/ruby/system/MachineID.hh"
51#include "mem/ruby/config/RubyConfig.hh"
51#include "mem/ruby/common/Set.hh"
52#include "mem/protocol/MachineType.hh"
53
54class Set;
55
56class NetDest {
57public:
58 // Constructors

--- 86 unchanged lines hidden ---