tlm revision 13511
15729SN/A/*****************************************************************************
25729SN/A
35729SN/A  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
410036SAli.Saidi@ARM.com  more contributor license agreements.  See the NOTICE file distributed
58835SAli.Saidi@ARM.com  with this work for additional information regarding copyright ownership.
610036SAli.Saidi@ARM.com  Accellera licenses this file to you under the Apache License, Version 2.0
77873SN/A  (the "License"); you may not use this file except in compliance with the
87873SN/A  License.  You may obtain a copy of the License at
97873SN/A
105729SN/A    http://www.apache.org/licenses/LICENSE-2.0
115729SN/A
125729SN/A  Unless required by applicable law or agreed to in writing, software
1310315Snilay@cs.wisc.edu  distributed under the License is distributed on an "AS IS" BASIS,
148835SAli.Saidi@ARM.com  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
159885Sstever@gmail.com  implied.  See the License for the specific language governing
169885Sstever@gmail.com  permissions and limitations under the License.
1710036SAli.Saidi@ARM.com
188835SAli.Saidi@ARM.com *****************************************************************************/
198835SAli.Saidi@ARM.com
2010315Snilay@cs.wisc.edu#ifndef __TLM_HEADER__
218835SAli.Saidi@ARM.com#define __TLM_HEADER__
2210315Snilay@cs.wisc.edu
239481Snilay@cs.wisc.edu#include <systemc>    // main SystemC header
249481Snilay@cs.wisc.edu
258673SN/A#include "tlm_core/tlm_2/tlm_version.h"
268721SN/A#include "tlm_core/tlm_1/tlm_analysis/tlm_analysis.h"
278835SAli.Saidi@ARM.com#include "tlm_core/tlm_1/tlm_req_rsp/tlm_req_rsp.h"
288835SAli.Saidi@ARM.com#include "tlm_core/tlm_2/tlm_2_interfaces/tlm_2_interfaces.h"
297935SN/A#include "tlm_core/tlm_2/tlm_generic_payload/tlm_generic_payload.h"
307935SN/A#include "tlm_core/tlm_2/tlm_sockets/tlm_sockets.h"
317935SN/A#include "tlm_core/tlm_2/tlm_quantum/tlm_quantum.h"
327935SN/A
337935SN/A#endif /* TLM_HEADER_INCLUDED_ */
347935SN/A