mem_object.hh (2738:5d7a31c7fa29) mem_object.hh (2982:0ecdb0879b14)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
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;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ron Dreslinski
29 */
30
31/**
32 * @file
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
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;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ron Dreslinski
29 */
30
31/**
32 * @file
33 * Base Memory Object decleration.
33 * Base Memory Object declaration.
34 */
35
36#ifndef __MEM_MEM_OBJECT_HH__
37#define __MEM_MEM_OBJECT_HH__
38
39#include "sim/sim_object.hh"
40#include "mem/port.hh"
41

--- 15 unchanged lines hidden ---
34 */
35
36#ifndef __MEM_MEM_OBJECT_HH__
37#define __MEM_MEM_OBJECT_HH__
38
39#include "sim/sim_object.hh"
40#include "mem/port.hh"
41

--- 15 unchanged lines hidden ---