Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / model / vendor / TLM-2006-11-29 / tlm / tlm_bus.h
CommitLineData
86530b38
AT
1
2#ifndef TLM_BUS_HEADER
3#define TLM_BUS_HEADER
4
5#include <vector>
6
7namespace tlm_bus {
8
9#include "tlm_bus/tlm_request.h"
10#include "tlm_bus/tlm_response.h"
11
12}
13
14#endif