DMASequencer.hh (11025:4872dbdea907) | DMASequencer.hh (11108:6342ddf6d733) |
---|---|
1/* 2 * Copyright (c) 2008 Mark D. Hill and David A. Wood 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 23 unchanged lines hidden (view full) --- 32#include <memory> 33#include <ostream> 34 35#include "mem/mem_object.hh" 36#include "mem/protocol/DMASequencerRequestType.hh" 37#include "mem/protocol/RequestStatus.hh" 38#include "mem/ruby/common/DataBlock.hh" 39#include "mem/ruby/network/MessageBuffer.hh" | 1/* 2 * Copyright (c) 2008 Mark D. Hill and David A. Wood 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 23 unchanged lines hidden (view full) --- 32#include <memory> 33#include <ostream> 34 35#include "mem/mem_object.hh" 36#include "mem/protocol/DMASequencerRequestType.hh" 37#include "mem/protocol/RequestStatus.hh" 38#include "mem/ruby/common/DataBlock.hh" 39#include "mem/ruby/network/MessageBuffer.hh" |
40#include "mem/ruby/system/System.hh" | 40#include "mem/ruby/system/RubySystem.hh" |
41#include "mem/simple_mem.hh" 42#include "mem/tport.hh" 43#include "params/DMASequencer.hh" 44 45class AbstractController; 46 47struct DMARequest 48{ --- 103 unchanged lines hidden --- | 41#include "mem/simple_mem.hh" 42#include "mem/tport.hh" 43#include "params/DMASequencer.hh" 44 45class AbstractController; 46 47struct DMARequest 48{ --- 103 unchanged lines hidden --- |