Deleted Added
sdiff udiff text old ( 13059:4be5f408e128 ) new ( 13140:ecd8a58f3884 )
full compact
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

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

33#include "sc_object.hh"
34#include "sc_time.hh"
35
36namespace sc_gem5
37{
38
39class Channel;
40
41} // namespace sc_gem5
42
43namespace sc_core
44{
45
46class sc_event;
47class sc_event_and_list;
48class sc_event_or_list;

--- 64 unchanged lines hidden ---