_dt.hh revision 12853:e23d6f09069a
16899SN/A/*
26899SN/A * Copyright 2018 Google, Inc.
36899SN/A *
46899SN/A * Redistribution and use in source and binary forms, with or without
56899SN/A * modification, are permitted provided that the following conditions are
66899SN/A * met: redistributions of source code must retain the above copyright
76899SN/A * notice, this list of conditions and the following disclaimer;
86899SN/A * redistributions in binary form must reproduce the above copyright
96899SN/A * notice, this list of conditions and the following disclaimer in the
106899SN/A * documentation and/or other materials provided with the distribution;
116899SN/A * neither the name of the copyright holders nor the names of its
126899SN/A * contributors may be used to endorse or promote products derived from
136899SN/A * this software without specific prior written permission.
146899SN/A *
156899SN/A * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
166899SN/A * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
176899SN/A * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
186899SN/A * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
196899SN/A * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
206899SN/A * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
216899SN/A * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
226899SN/A * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
236899SN/A * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
246899SN/A * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
256899SN/A * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
266899SN/A *
276899SN/A * Authors: Gabe Black
286899SN/A */
296899SN/A
3011793Sbrandon.potter@amd.com#ifndef __SYSTEMC_EXT_DT__DT_HH__
3111793Sbrandon.potter@amd.com#define __SYSTEMC_EXT_DT__DT_HH__
327056SN/A
3310348Sandreas.hansson@arm.com#include "bit/_bit.hh"
3411800Sbrandon.potter@amd.com#include "fx/_fx.hh"
357632SBrad.Beckmann@amd.com#include "int/_int.hh"
368232Snate@binkert.org#include "misc/_misc.hh"
376899SN/A
388932SBrad.Beckmann@amd.com#endif  //__SYSTEMC_EXT_DT__DT_HH__
398932SBrad.Beckmann@amd.com