113511Sgabeblack@google.com/*****************************************************************************
213511Sgabeblack@google.com
313511Sgabeblack@google.com  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
413511Sgabeblack@google.com  more contributor license agreements.  See the NOTICE file distributed
513511Sgabeblack@google.com  with this work for additional information regarding copyright ownership.
613511Sgabeblack@google.com  Accellera licenses this file to you under the Apache License, Version 2.0
713511Sgabeblack@google.com  (the "License"); you may not use this file except in compliance with the
813511Sgabeblack@google.com  License.  You may obtain a copy of the License at
913511Sgabeblack@google.com
1013511Sgabeblack@google.com    http://www.apache.org/licenses/LICENSE-2.0
1113511Sgabeblack@google.com
1213511Sgabeblack@google.com  Unless required by applicable law or agreed to in writing, software
1313511Sgabeblack@google.com  distributed under the License is distributed on an "AS IS" BASIS,
1413511Sgabeblack@google.com  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1513511Sgabeblack@google.com  implied.  See the License for the specific language governing
1613511Sgabeblack@google.com  permissions and limitations under the License.
1713511Sgabeblack@google.com
1813511Sgabeblack@google.com *****************************************************************************/
1913511Sgabeblack@google.com
2013513Sgabeblack@google.com#ifndef __SYSTEMC_EXT_TLM__
2113513Sgabeblack@google.com#define __SYSTEMC_EXT_TLM__
2213511Sgabeblack@google.com
2313517Sgabeblack@google.com#include <cstring>
2413511Sgabeblack@google.com#include <systemc>    // main SystemC header
2513511Sgabeblack@google.com
2613521Sgabeblack@google.com#include "tlm_core/2/version.hh"
2713521Sgabeblack@google.com#include "tlm_core/1/analysis/analysis.hh"
2813521Sgabeblack@google.com#include "tlm_core/1/req_rsp/req_rsp.hh"
2913521Sgabeblack@google.com#include "tlm_core/2/interfaces/interfaces.hh"
3013521Sgabeblack@google.com#include "tlm_core/2/generic_payload/generic_payload.hh"
3113521Sgabeblack@google.com#include "tlm_core/2/sockets/sockets.hh"
3213521Sgabeblack@google.com#include "tlm_core/2/quantum/quantum.hh"
3313511Sgabeblack@google.com
3413513Sgabeblack@google.com#endif /* __SYSTEMC_EXT_TLM__ */
35