tlm revision 13517
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
2613516Sgabeblack@google.com#include "tlm_core/2/version.h"
2713516Sgabeblack@google.com#include "tlm_core/1/analysis/analysis.h"
2813516Sgabeblack@google.com#include "tlm_core/1/req_rsp/req_rsp.h"
2913516Sgabeblack@google.com#include "tlm_core/2/interfaces/interfaces.h"
3013516Sgabeblack@google.com#include "tlm_core/2/generic_payload/generic_payload.h"
3113516Sgabeblack@google.com#include "tlm_core/2/sockets/sockets.h"
3213516Sgabeblack@google.com#include "tlm_core/2/quantum/quantum.h"
3313511Sgabeblack@google.com
3413513Sgabeblack@google.com#endif /* __SYSTEMC_EXT_TLM__ */
35