tlm revision 13521
15389SN/A/*****************************************************************************
25389SN/A
35389SN/A  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
45389SN/A  more contributor license agreements.  See the NOTICE file distributed
55389SN/A  with this work for additional information regarding copyright ownership.
65389SN/A  Accellera licenses this file to you under the Apache License, Version 2.0
75389SN/A  (the "License"); you may not use this file except in compliance with the
85389SN/A  License.  You may obtain a copy of the License at
95389SN/A
105389SN/A    http://www.apache.org/licenses/LICENSE-2.0
115389SN/A
125389SN/A  Unless required by applicable law or agreed to in writing, software
135389SN/A  distributed under the License is distributed on an "AS IS" BASIS,
145389SN/A  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
155389SN/A  implied.  See the License for the specific language governing
165389SN/A  permissions and limitations under the License.
175389SN/A
185389SN/A *****************************************************************************/
195389SN/A
205389SN/A#ifndef __SYSTEMC_EXT_TLM__
215389SN/A#define __SYSTEMC_EXT_TLM__
225389SN/A
235389SN/A#include <cstring>
245389SN/A#include <systemc>    // main SystemC header
255389SN/A
265389SN/A#include "tlm_core/2/version.hh"
275389SN/A#include "tlm_core/1/analysis/analysis.hh"
285389SN/A#include "tlm_core/1/req_rsp/req_rsp.hh"
295389SN/A#include "tlm_core/2/interfaces/interfaces.hh"
305389SN/A#include "tlm_core/2/generic_payload/generic_payload.hh"
315478SN/A#include "tlm_core/2/sockets/sockets.hh"
3213665Sandreas.sandberg@arm.com#include "tlm_core/2/quantum/quantum.hh"
3313665Sandreas.sandberg@arm.com
3413665Sandreas.sandberg@arm.com#endif /* __SYSTEMC_EXT_TLM__ */
3513665Sandreas.sandberg@arm.com